Search results

  1. DreTaX

    plugins

    I think nothing. It has a PHP stuff for self hosting or something.
  2. DreTaX

    plugins

    no php files for this?
  3. DreTaX

    plugins

    oh lol
  4. DreTaX

    plugins

    Which plugin? + Demo why are you creating multiple accounts?
  5. DreTaX

    plugins

    What
  6. DreTaX

    Hook when player joined the map / completely loaded

    def On_PluginInit(self): DataStore.Flush("JoiningPlayers") def On_PlayerSpawned(self, Player, SpawnEvent): if DataStore.Get("JoiningPlayers", Player.UID) is not None: DataStore.Remove("JoiningPlayers", Player.UID) # todo: Do something here def...
  7. DreTaX

    Fougerite Official

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

    Fougerite Official - 1.3.9D

    net.disconnect doesn't work if the player is not loaded yet, reverted, added new method.
  9. DreTaX

    Fougerite Official

    You need to use 1.3.9C......
  10. DreTaX

    mysql

    Creating a PHP file that accepts data is possible
  11. DreTaX

    Fougerite Official

    I have been having a 38,7 fever, i feel a bit fine now, but not cool that much. I'm looking into it
  12. DreTaX

    Approved DestroySystem

    Will check Sent From My Samsung Galaxy S4
  13. DreTaX

    Hook when player joined the map / completely loaded

    Add a value to the ds on connected. When the player spawns check if there is anything in the data. Not bad threory tho, will check it. Sent From My Samsung Galaxy S4
  14. DreTaX

    RCON logging

    Use Plugin.Log("LogName", x) instead of da iniminis. Sent From My Samsung Galaxy S4
  15. DreTaX

    NoSuicide

    Dam dam dammmmm Sent From My Samsung Galaxy S4
  16. DreTaX

    Analyzation of the Thread Crashes

    Its a hook. Its called when someone dcs. Sent From My Samsung Galaxy S4
  17. DreTaX

    Rust++ Temporary mute

    It looks good. What I did on Pluton is that I used the DS and used ticks to calculate. What u should do is store the time data in the DS and if it passed then the on plugininit can remove It or something Sent From My Samsung Galaxy S4
  18. DreTaX

    Approved DeathMSG

    Download 1.3.9.C
  19. DreTaX

    Approved DeathMSG

    Update fougerite.