Search results

  1. Jakkee

    Approved AdminPlus

    Jakkee updated AdminPlus with a new update entry: V 1.8.4 - AdminDoors fix Read the rest of this update entry...
  2. Jakkee

    AdminPlus - V 1.8.4 - AdminDoors fix

    Fixed admin doors, Now it works as it should!
  3. Jakkee

    Approved AdvancedTester (RecoilTest/JumpTest)

    The player will only jump after you do a test on a player. The most common hack menu button is F5, Others are F2 and Insert. Also I believe if you do a test on a player the jump key will be moved to another key so if he jumps it will not, Only jumps if the menu key is pressed. ^May or may not be...
  4. Jakkee

    Approved AdminPlus

    Nice, So I can create custom flags doing this? EG Server.GetRustPPAPI().GetAdmin(Player.SteamID).HasPermission("Can420BanQuickScope")?
  5. Jakkee

    Approved AdminPlus

    How do you add flags in Rust++?
  6. Jakkee

    Approved AdminPlus

    Theres no flag with this plugin, Just add the player as a moderator using the moderator plugin and set ModeratorsCanUse=true in settings.ini file (true by default)
  7. Jakkee

    Approved Whitelist

    You have the same user twice
  8. Jakkee

    Fougerite Official

    Only Experimental does
  9. Jakkee

    Approved AdvancedTester (RecoilTest/JumpTest)

    F5 opens a menu on a very popular hack that has pretty much every hack in one. http://www.unknowncheats.me/forum/rust/145586-rip-rust-legacy-hack-steven1578.html
  10. Jakkee

    Approved AdvancedTester (RecoilTest/JumpTest)

    Add Player.SendCommand("input.bind Jump F5") So while you test a player for recoil and if he/she tries to enable recoil they will jump. That way the admin/mod will know if they attempted to enable their recoil.
  11. Jakkee

    Approved AdvancedTester (RecoilTest/JumpTest)

    Player.SendCommand("input.bind Jump F5") if a player presses F5 to disable no recoil he/she will jump also F2 is another menu button
  12. Jakkee

    Approved DonatorRank

    Wut, When was this added?
  13. Jakkee

    Solved ParallelTimer

    Before: Plugin.CreateParallelTimer("TeleportDelay", delay * 1000, Data).Start() After: Plugin.CreateParallelTimer("TeleportDelay", int(delay) * 1000, Data).Start() int() the delay seemed to have worked, It was saved in the DataStore as a int() and even if I did Player.Message(delay) it would...
  14. Jakkee

    Approved DonatorRank

    Jakkee updated DonatorRank with a new update entry: V 1.5 - Fixes Read the rest of this update entry...
  15. Jakkee

    DonatorRank - V 1.5 - Fixes

    - Kit Cooldowns are fixed - Removed Banning a player, DonatorRank should not handle this. Use: http://fougerite.com/resources/bannedpeople.15/ - Removed kicking a player as well - Changed VIP / Donator teleport timers - Settings for teleports are in TpLocations.ini - Teleporting now checks if...
  16. Jakkee

    Approved GatherPlus

    Jakkee updated GatherPlus with a new update entry: V 4.2 - Fixes + New config Read the rest of this update entry...
  17. Jakkee

    GatherPlus - V 4.2 - Fixes + New config

    Fixes and a new config with extra options
  18. Jakkee

    Solved ParallelTimer

    ParallelTimer is not callingback? No errors. I need a second pair of eyes to go over this.. I've been over this a million times and can not find out why its not calling back. Tried on 1.1.6 and 1.1.7D elif cmd == "vtp": users = self.getUserIni() if...
  19. Jakkee

    how to install pluton plugin on fougerite

    Install Pluton for Pluton plugins: http://forum.pluton-team.org/resources/ Install Fougerite for Fougerite plugins: http://fougerite.com/resources/ :)
  20. Jakkee

    Approved DonatorRank

    @ammaz I'm using your uploaded version of DonatorRank, What version of Fougerite are you using? I'm using 1.1.7D