Search results

  1. DreTaX

    Plugin support for RustBuster is on the way

    https://github.com/dretax/RustBusterExamplePlugin/tree/master
  2. DreTaX

    On_PlayerMove

    By default the two vectors has a distance of 1.646583, since the location is different from the legs. It's fine.
  3. DreTaX

    On_PlayerMove

    Vector3 newl = player.Location; float dist = Vector3.Distance(origin, newl) - 1.647583f;
  4. DreTaX

    On_PlayerMove

    I have no idea what you are asking for.
  5. DreTaX

    Solved Problem in making a server.

    http://fougerite.com/threads/help-pleasee.782/#post-7682
  6. DreTaX

    RustBuster Report Bug's

    Sorta done with the requests. More to come. @Jakkee you may see what you could do with the client side plugin sort of thing now.
  7. DreTaX

    RustBusterServer - 1.4.1

    Serverbrowser fix NotifyMSG2 fix
  8. DreTaX

    RustBuster Report Bug's

    I checked It. rustforlife.ddns.net When RustBuster requests the player count, rustforlife wants to send 1164339528 amount of byte data, which is 1GB. No idea why, but I'm adding a check to see if the data is bigger than 20mb, and checking the server part now.
  9. DreTaX

    RustBuster Report Bug's

    2/6/2017 7:46:15 PM [Console] [RustBuster Login] WilyWork - 76561197963289497 - 28945ac5b8293605a6c78e097eea154b8305ed2f 2/6/2017 7:46:15 PM [Console] [RustBuster Login] Done! 2/6/2017 7:46:16 PM [Console] [RustBuster Version Check] 76561197963289497 1.4.0 2/6/2017 7:46:17 PM [Console]...
  10. DreTaX

    RustBuster Report Bug's

    wot
  11. DreTaX

    RustBuster Report Bug's

    About the serverbrowser I know, but you are not helping with screenshots with logs. Besides, I'm totally fine with the connection.
  12. DreTaX

    RustBuster Report Bug's

    Yeah I forgot about that, sry. I may push out a 1.4.1 today.
  13. DreTaX

    RustBuster

    I will need some guys to work on the Wiki for RustBuster if possible :P
  14. DreTaX

    RustBuster

    rustbuster
  15. DreTaX

    RustBusterServer - 1.4.0

    Server: Bunch of fixes OnClientMessage hook for custom messages. New cfg option Set ImageQuality to 0x0 to disable screenshots if needed Client: Client reads every message, and the exact length which is faster, same way as the server. Timers should be fixed Check fixes Client Side Plugin...
  16. DreTaX

    Disable RustPP

    Yes.
  17. DreTaX

    Plugin support for RustBuster is on the way

    Indeed. It may take some time to work those out, but I expect the community to work on those. Release coming out now.
  18. DreTaX

    Disable RustPP

    Are you using the patched ulink dll?..
  19. DreTaX

    Solved Problem in making a server.

    http://fougerite.com/threads/where-to-put-the-plugins.351/ Watch the video.