Search results

  1. DreTaX

    Approved Player's Info

    Approved
  2. DreTaX

    Approved AdminsOnline

    Approved, but I think there is a problem: (You are using Dats to add, and DataStore to remove the player. function On_PlayerConnected(Player){ if(Player.Admin){ Data.AddTableValue('adminlist', Player.Name, Player); } } function On_PlayerDisconnected(Player){...
  3. DreTaX

    Approved ChatFix

    Approved.
  4. DreTaX

    Good luck and Shit

    And how come ur here?
  5. DreTaX

    Important Timers

    Not really. You can add a time simply in the datastore / steamid. After that you can check in hurtevent if the entity's owner has protection in DS, then make the damage 0. You can simply use a timer that runs every 30mins, and checks if the X amount of time passed, and if it did, you can...
  6. DreTaX

    Good luck and Shit

    I'm pretty sure i saw your name somewhere else.
  7. DreTaX

    Solved VIP++ + Home system for VIP players

    function On_PluginInit(){ Player.Message("asd: "+ Util.GetRootFolder()); } You dont have a player there. You can only do Server.Broadcast on plugin init. Well, if we cannot find a solution we might able to add a method inside fougerite i guess.
  8. DreTaX

    Solved VIP++ + Home system for VIP players

    Can you do printscreen the result of this: Player.Message("asd: " + Util.GetRootFolder());
  9. DreTaX

    Anticheat system by skippi

    Weird. You may try the latest beta version of fougerite, that contains the anticheat module. I will look into that or notify @Skippi here
  10. DreTaX

    Solved VIP++ + Home system for VIP players

    You could try using var path = Util.GetRootFolder() + "\Fougerite\VIP++\VipSettings"; var ini = Plugin.GetIni(path); Maybe that could work, i just peaked inside the plugin.cs public IniParser GetIni(string path) { path = ValidateRelativePath(path + ".ini"); if (path ==...
  11. DreTaX

    Solved VIP++ + Home system for VIP players

    Cant you do: Data.GetConfigValue("pluginnamehere", "Settings", "sasas"); Edit: Its an ini cfg, okay nvm xD
  12. DreTaX

    Approved BattleServerKit

    I still dunno what was his comment about lol
  13. DreTaX

    new player protection

    http://gomagma.org/community/index.php?resources/n4-pvp-protection.20/
  14. DreTaX

    install

    Gameservers support Fougerite as far as i know.
  15. DreTaX

    structure save

    Well EquiFox's job. I guess he used a vector to get an entity, and It's structure.
  16. DreTaX

    Approved BattleServerKit

    The thing that ur msging me on skype to help with?
  17. DreTaX

    SQL Whitelist?

    You need to do a php that returns a value if he is or he isnt whitelisted.
  18. DreTaX

    structure save

    Can you post the video?
  19. DreTaX

    Important Timers

    Nothing specific. The only problem is that if you run a timer twice for example at the same time with the same name It will kill eachother, and Won't make an auto clone of it. Here is one of the guy's example: (KoelKast) function On_ServerInit() {...
  20. DreTaX

    Solved RustPP not working for me

    Try deleting and recopying the rustpp.