Search results

  1. Jakkee

    How to translate rust ++ messages

    Not that I know of. I want to add a language system, Similar to what Oxide does.
  2. Jakkee

    Permission

    There is no permission system. The only permission types available are Moderator (Default in fougerite) & DonatorRank (Limited commands & options available outside of this plugin)
  3. Jakkee

    Important RustBuster Beta is out

    I would say your lag (FPS drops) is coming from running the server while playing on it.
  4. Jakkee

    Important RustBuster Beta is out

    Running server locally?
  5. Jakkee

    Solved How to create timer in C#

    What is your timer called? and what is the callback name you used? EG: Plugin.CreateTimer("PingCheck",5000).Start(); void PingCheckCallback(ATimedEvent TimeEvent) { //Something here }
  6. Jakkee

    Solved How to loop ALL players online (Python)

    for pl in Server.Players: pl.Message("You are online") #pl.PlayerClient.SOMETHINGHERE pl = Fougerite.Player if you want PlayerClient then do pl.PlayerClient. Fougerite.Player objects /methods can be found here: http://fougerite.com/wiki/player/ Best to decompile Fougerite.dll and look at...
  7. Jakkee

    Important RustBuster Beta is out

    Probably your firewall and/or haven't opened any ports
  8. Jakkee

    Important RustBuster Beta is out

    Possible firewall? I had an issue with BitDefender and had to allow a .DLL file if I remember correctly.
  9. Jakkee

    Important RustBuster Beta is out

    DreTaX only posted a Debug version to find your problem, It wasn't going to fix your problem :P Anyway, I'd assume there would be a more detailed log hiding somewhere to post here
  10. Jakkee

    Important RustBuster Beta is out

    cracked server or steam server? Steam server throws on error on connect (From what I found). I changed to a cracked one it allowed me to enter
  11. Jakkee

    C# WebServer for RustBuster

    Nice idea, Maybe it could use the same IP as the host? e.g 127.0.0.1:InsertADifferentPortHere Would be quick and easy for the admins to pull the images. (Just like RustIO Map)
  12. Jakkee

    Solved RustBuster for pluton?

    Probably will not come exp anytime soon, http;//pluton.team is where you can request it. Theres talk about Pluton getting a make over (New hooks, Updates, etc)
  13. Jakkee

    Important RustBuster Beta is out

    Wait really?
  14. Jakkee

    Important RustBuster Beta is out

    you'll have to wait, Its in Beta. DerTaX will release the proper API information at a later date.
  15. Jakkee

    Conversion

    Attacker.Message(message.GetSetting("Message", "KilledNPC").Replace("%Victim.Name%", Victim.Name ));
  16. Jakkee

    Important RustBuster Beta is out

    Get fresh server files and download fougerite 1.5.1.
  17. Jakkee

    Important RustBuster Beta is out

    or iron? HWID banning is better than banning by ip. You can easily change your ip
  18. Jakkee

    Approved HungerGames

    This. The teleport in Fougerite (SafeTeleport(x,y,z)) should have the double teleport feature @DreTaX
  19. Jakkee

    Important RustBuster Test and Fougerite Testing

    Probably just a kick would be good, Some players may want to come back and play legit :p if they aren't caught on when connecting to the server, then they should be HWID banned
  20. Jakkee

    Important RustBuster Test and Fougerite Testing

    Any plans for plugin API? Not sure what a plugin could use from RustBuster