Search results

  1. xandeturf

    Improvements

    Client Side: 1 - Increase character limit in serverBrowser description. 2 - Rename exe PlayGame to RustBuster v1.4.1 (Displaying the current version). Server Side: 3 - rb.unban/rb.ban console command. 4 - Settings file: Allow admins to use NORustBuster client @salva . 5 - Add a admin command...
  2. xandeturf

    Solved Easy Timer Module C#

    This timer system I made and simply easy to use, if there are bugs or bad written code inform for the correct corrections. using System; using System.Collections.Generic; using UnityEngine; namespace TimerEdit { public class TimerEditStart { //timer private static...
  3. xandeturf

    Disable RustPP

    Is there any problem if I disable the RustPP module? Remove it from my server
  4. xandeturf

    RustBuster Report Bug's

    1- I get pictures of players offlines or when they enter into no-rustbuster servers. 2- Problems with nick, reason use "@" cause is not using rustbuster (kick) 3- timeout 4- Delay when a rustbuster screnshot occurs 5- Error in identifying administrative mode on (Windows 7 Service Pack 1...
  5. xandeturf

    Solved On_ServerInit C# problem ?

    I was using Hook On_ServerInit and I noticed that it activates before the server is initialized his is certain?
  6. xandeturf

    Solved C# to xml error Dictionary

    hello, i want to use : Helper.ObjectToXML<SerializableDictionary<ulong, Dictionary<string, string>>>(listcheck, RustPPModule.GetAbsoluteFilePath("listcheck.xml")); It's possible? This error appears: System.NotSupportedException: The type...
  7. xandeturf

    Solved How to run server command (C#)

    I would like to know how I can do this in fougerite C# module : rust.RunServerCommand("airdrop.drop");
  8. xandeturf

    Solved How to create timer in C#

    i used the example Howto C# timer and not work help me ! example: CreateParallelTimer(2000, d).Start(); not work in c# module