Search results

  1. Jakkee

    Environment.TickCount returns negative numbers

    To the TickCount problem I do not know of a fix, But a good temporary solution is to do daily restarts (Early morning, 4am?). I wouldn't recommend keeping your server online without restarts for more than 3-4days
  2. Jakkee

    loot config

    Just download it, No need to compile. Just grab the Rust++ Tables files and paste into your server
  3. Jakkee

    Approved DonatorRank

    Code seems fine. Did you add your SteamID to the INI file? OwnerSteamID=765xxxxxxxxxxx
  4. Jakkee

    Approved DonatorRank

    I hope I haven't broken it by adding Rust++ mute support. Have you muted yourself?
  5. Jakkee

    Auto-Restarter

    Approved, Nice!
  6. Jakkee

    loot config

    Either; A - You have edited a file and misspelt or put a character where it does not belong or B - You didn't rename the Entry's to 1,2,3,4,etc You'll probably have to get new files - Re download Fougerite and copy over the rust++ tables files into your server and re delete the M4 entrys)
  7. Jakkee

    Approved DonatorRank

    Jakkee updated DonatorRank with a new update entry: V 1.5.5 - Fix for muted players Read the rest of this update entry...
  8. Jakkee

    DonatorRank - V 1.5.5 - Fix for muted players

    Fix for players that are muted
  9. Jakkee

    Approved TimeVoter

    Jakkee updated TimeVoter with a new update entry: V 1.1.1 - Fix for 0.0%? Read the rest of this update entry...
  10. Jakkee

    TimeVoter - V 1.1.1 - Fix for 0.0%?

    Possible fix for 0.0% result
  11. Jakkee

    NoSuicide

    Not even sure if On_ClientConsole is even a hook, Or even if one exists for players client console. @DreTaX
  12. Jakkee

    StackSizes

    You can :)
  13. Jakkee

    loot config

    Find these 2 files: Find these settings in the file: Delete the 2 settings and Rename the other items(1,2,3,4, etc): Save & Restart the server(If it was running).
  14. Jakkee

    loot config

    go through all the ini's and remove M4SpawnList or set the weight to 0
  15. Jakkee

    Important How To Setup Fougerite on Your Server

    RustDedicated_Data/Managed is Rust. (http://forum.pluton-team.org/) rust_server_Data\Managed is Legacy Rust
  16. Jakkee

    loot config

    Look into all the drop list ini files, you can add/remove items from animals, boxes & airdrops. The weight of an item is how rare it is; 0=Very Rare, 100=Very Common. The min/max of an item is how many of that item is to drop.
  17. Jakkee

    Export BanList from DataStore

    just dump all to an inifile? DataStore.ToIni(String InifileName = "DataStore"):bool
  18. Jakkee

    Global suspect

    No errors, Also if you removed the AdvancedTimers part it would throw some jint error
  19. Jakkee

    Global suspect

    No idea, tried to do it doing that plugin.advancedtimer.X and its not doing the callback