Search results

  1. DreTaX

    Server Browser / Rust Server List shows wrong amount of players

    I think at connection It fails to auth the players and cant show It. Maybe there is a way to hax the steam api like I did in experimental, even I at RustBuster wasnt able to query all the users, if you remember my video. I actually need to rewrite the SSL part, I need to find an example that is...
  2. DreTaX

    Many Players with same SteamID 76561197960266962

    If I actually start working on RustBuster that one will go for the hardwareid Sent From My Samsung Galaxy S4
  3. DreTaX

    Fougerite C# Module Template

    Its not a plugin
  4. DreTaX

    Console Commands Block

    Yup, It should. I need to implement a cancel event though. https://github.com/dretax/Python-Plugins/blob/1245e474d9dbc36a3ee0c64b39ba82cac95cdd7d/FougeritePlugins/BannedPeople/BannedPeople.py#L131
  5. DreTaX

    Console Commands Block

    AFAIK the On_Console runs on client console too.
  6. DreTaX

    Many Players with same SteamID 76561197960266962

    Ok, but how do you identify the player after connecting?
  7. DreTaX

    Approved Equinox Anti-Cheat (EAC)

    Nope. Read the code further. Has nothing to do with that. If the owner of the entity is online, he gets notified that someone is trying to destroy his chest
  8. DreTaX

    TDM W.I.P

    No idea btw Sent From My Samsung Galaxy S4
  9. DreTaX

    TDM W.I.P

    Awesome question. Lets set their prefabs to a bear and a wolf Sent From My Samsung Galaxy S4
  10. DreTaX

    TDM W.I.P

    https://github.com/dretax/Python-Plugins/blob/master/FougeritePlugins/TDM/TDM.py Progressed. It will be like a CSGO system. Buying items on rounds start ETC ETC. Winner team gets the prize.
  11. DreTaX

    Approved HungerGames

    Nah. The new hungergames gives a C4 to the first winner from the code.
  12. DreTaX

    Fougerite C# Module Template

    DreTaX submitted a new resource: Fougerite C# Module Template - C# Module Example Project Read more about this resource...
  13. DreTaX

    Fougerite C# Module Template - Fougerite C# Module Template

    C# Module Example Project that you can use to understand how do you compile stuffs and things like that. Tutorial: http://fougerite.com/threads/c-plugin-development-guide.543/ using System; using System.Collections.Generic; using System.Linq; using System.Text; using Fougerite; namespace...
  14. DreTaX

    Many Players with same SteamID 76561197960266962

    What I think that I should do a crack on the client with the latest lumaemu
  15. DreTaX

    Many Players with same SteamID 76561197960266962

    You are actually motherfucking right. [12/28/2015 00:57:53] MaTiiaS2016|76561197960266962|Console|You got rekt. [5/8/2016 11:07:04] LordSlitherspear|76561197960266962| <- THAT IS MY FRIEND [5/8/2016 21:54:25] colombiagames|76561197960266962| [5/8/2016 21:29:29]...
  16. DreTaX

    Solved C# Plugin - Random Crash with threading

    I wonder what's null still.
  17. DreTaX

    Solved C# Plugin - Random Crash with threading

    I don't get It. Hmmmm. What could be null.........
  18. DreTaX

    Solved C# Plugin - Random Crash with threading

    Bootstrap.cs internal static readonly Thread CurrentThread = Thread.CurrentThread;
  19. DreTaX

    Solved C# Plugin - Random Crash with threading

    Logger.LogError("Error for Taryn " + ex ); Logger.LogError("Error for Taryn " + uid); Logger.LogError("Error for Taryn " + Thread.CurrentThread.ManagedThreadId); Logger.LogError("Error for Taryn " + Util.GetUtil().MainThreadID); What the fuck.