Search results

  1. Jakkee

    Solved RustPP not working for me

    RustPP is located at /Root/Modules/RustPP/Configs
  2. Jakkee

    Fougerite Documentation

    Should be pinned!
  3. Jakkee

    Place the VIP System

    The magma version of VIP works just fine on Fougerite. Thats the beauty of Fougerite!
  4. Jakkee

    Compare your computer systems!

    You're right, but if you're rending videos and things higher ram would be needed ;)
  5. Jakkee

    Solved VIP++ + Home system for VIP players

    Just gave it a go plugin doesn't load when it the checking for vip is there: if(isVip(Player) == true || Player.Admin == true){ and this the function: function isVip(Player) { var path = Util.GetRootFolder() + "\Fougerite\VIP++\VipSettings"; var ini = Plugin.GetIni(path); if...
  6. Jakkee

    Solved VIP++ + Home system for VIP players

    I meant like var iniCfg = Plugin.GetIni("Settings"); if (iniCfg.GetSetting("Config", "Enabled") == "False") { Except the Config file is not at root/Fougerite/VIPaddon/VIPsettings Its located at root/Fougerite/ VIP++/VIPsettings
  7. Jakkee

    Solved VIP++ + Home system for VIP players

    I'll work on a unofficial VIP++ sethome plugin as a addon. So far I got; /home [name] (Teleports you home) /homelist (Lists all your homes) /delhome [name] (Removes a home) /sethome [name] (Sets home) I just need to know to read a config file from another plugin folder (VIPsettings) @DreTaX or...
  8. Jakkee

    Solved VIP++ + Home system for VIP players

    Remove the "switch(cmd){" (Sorry can not edit my posts)
  9. Jakkee

    Solved VIP++ + Home system for VIP players

    Well first off all remove this: break; if(isVip(Player) == true || Player.Admin == true){ ------> switch(cmd){ <-------- case "sethome": if(!Plugin.IniExists("data\\" + isVip(Player).SteamID + "-home")){ var set = Plugin.CreateIni("data\\"...
  10. Jakkee

    Compare your computer systems!

    Nice build! but your Ram... 1333MHz!! xD
  11. Jakkee

    Solved VIP++ + Home system for VIP players

    You should talk to the developer who created this :) If he/say says no, then ask if you can use their code.
  12. Jakkee

    Solved VIP++ + Home system for VIP players

    You want to add a home feature to it?