Search results

  1. DreTaX

    Cycle command through connected players

    You mean something like this? function On_Command(Player, cmd, args) { if (cmd == "executenyancat" && Player.Admin) { ExecuteNyanCats(); } } function ExecuteNyanCats() { for (var cplayer in Server.Players) { cplayer.SendCommand("grass.on true")...
  2. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes/Additions Read the rest of this update entry...
  3. DreTaX

    DeathMSG - Fixes/Additions

    Some code modification. Added FlySpeedCheck which will check for fly hackers and speed hackers every 5 seconds. This is still under testing I guess, but at me the options were perfect when I tried it. (Update config) Added Moderator and Admin checking in the timer, and in the commands.
  4. DreTaX

    Approved Moderator Function [Deleted]

    DreTaX submitted a new resource: Moderator Function - Create Moderator list on your server, for your plugins. Read more about this resource...
  5. DreTaX

    Approved Fougerite MC [Deleted]

    As far as i know MC are update packages which rely on the base 1.0.5. Tho not sure about this issue.
  6. DreTaX

    Approved HomeSystem

    I Don't have any kind of problems.
  7. DreTaX

    Solved Infinite Items when gathering?

    :P Ty for poiting it out
  8. DreTaX

    Important [OLD] Setup dev environment for C# plugins

    No. As Mike said Fougerite's aim is to add more and more devrloping modules like Py or C#. Since C# is the main language its faster than any other. Sent from my Samsung Galaxy S4
  9. DreTaX

    Approved NoNameStealing

    Approved.
  10. DreTaX

    Approved HomeSystem

    Misspelling happens. Though: http://dapperink.wordpress.com/2010/11/18/moving-or-mooving/
  11. DreTaX

    Approved TpFriend

    I will update it today.
  12. DreTaX

    Rust experimental server

    Yes the port is in progress, how ever Oxide 2 is not out as i see and 1.18 is for the old server.
  13. DreTaX

    Fougerite GSP [Deleted]

    This resource has been removed and is no longer available for download.
  14. DreTaX

    Bug in the patcher

    Quick! I will change ur name so nobody notices it! Sent from my Samsung Galaxy S4
  15. DreTaX

    Solved config problem

    Reminds me of someone :rolleyes:
  16. DreTaX

    Approved HomeSystem

    DreTaX updated HomeSystem with a new update entry: Fixes Read the rest of this update entry...
  17. DreTaX

    HomeSystem - Fixes

    Fixed a critical flooding error in HomeSystem.
  18. DreTaX

    Retrieving mods of a weapon

    Whoops didnt read Sent from my Samsung Galaxy S4
  19. DreTaX

    Retrieving mods of a weapon

    Do a pull req with C# code. You may want to create a method like that in the Util, or in the Inv class
  20. DreTaX

    IronPython needs testers

    Tomorrow i will be conectrating on Codes mostly. Anything to test? If so, i will test them while i convert some plugins.