Search results

  1. DreTaX

    Fougerite Official

    Are you sure? Try with the pre patched dlls Sent From My Samsung Galaxy S4
  2. DreTaX

    Fougerite Official

    "Re-patch".
  3. DreTaX

    On_ShotgunShoot

    on-shotgunshoot
  4. DreTaX

    On_BowShoot

    on-bowshoot
  5. DreTaX

    On_GrenadeThrow

    on-grenadethrow
  6. DreTaX

    On_Shoot

    on-shoot
  7. DreTaX

    Fougerite Official

    DreTaX updated Fougerite Official with a new update entry: 1.4.8 Read the rest of this update entry...
  8. DreTaX

    Fougerite Official - 1.4.8

    GlitchFix updated Patcher Updated Re-Patch Added GrenadeThrowEvent (C# Only) Added ShotgunShootEvent (C# Only)
  9. DreTaX

    Approved AdvancedTester (RecoilTest/JumpTest)

    DreTaX updated AdvancedTester (RecoilTest/JumpTest) with a new update entry: 1.5.4 Read the rest of this update entry...
  10. DreTaX

    AdvancedTester (RecoilTest/JumpTest) - 1.5.4

    Message Fixes Checking If Player is shooting the M4 New config option added for the DropTest Message fixes https://github.com/dretax/AdvancedTester/commit/f881e4c84f5d4b7990304625d99242d69605b639
  11. DreTaX

    Solved Plugin.GetPlugin()?

    Fougerite.GlobalPluginCollector Simply use GlobalPluginCollector
  12. DreTaX

    Fougerite Official

    Grenade and Shotgun hook inc.
  13. DreTaX

    command args

    if (cmd == "test") { if (args.Length == 0) { Server.Broadcast("description"); return; } if (args[0] == "start") { Server.Broadcast("start"); } else if (args[0] == "go") { Server.Broadcast("go"); } }
  14. DreTaX

    command args

    Still don't really understand =/
  15. DreTaX

    command args

    What do you mean?
  16. DreTaX

    Approved Restriction Zones

    enter_message "XXXXX"/false => set a message that will be sent to players when they enter the zone leave_message "XXXXXX"/false=> set a message that will be sent to players when they leave the zone That shit could cause lagg as fuck. Useless.
  17. DreTaX

    Fougerite Official

    https://github.com/dretax/AdvancedTester/blob/master/AdvancedTester.cs#L246
  18. DreTaX

    Solved Name check of the subject

    Obviously It won't work... Why not log all the names out as @Jakkee said? if (!File.Exists(Path.Combine(ModuleFolder, "Data.log"))) { File.Create(Path.Combine(ModuleFolder, "Data.log")).Dispose(); } System.IO.StreamWriter file = new System.IO.StreamWriter(Path.Combine(ModuleFolder...