Search results

  1. DreTaX

    Solved Freezing a Player

    Seems like sending commands on disconnect event causes this error.
  2. DreTaX

    Auto plugin updater / Version checker

    Well well. I will need to create a user with a password, and give no access to It, just to download resources, and view them. Maybe there is a link that gives the versions in RSS http://fougerite.com/resources/rss?author=15 If I would check for python plugin updates, I would use this...
  3. DreTaX

    Solved Freezing a Player

    Yeah, I saw that.
  4. DreTaX

    Approved DeathMSG

    Do you have any navmesh plugin?
  5. DreTaX

    Approved DeathMSG

    What plugins are you using?
  6. DreTaX

    Solved Freezing a Player

    Has anyone thought of this? #freeze Player.SendCommand("input.bind Down 7 None") Player.SendCommand("input.bind Left 7 None") Player.SendCommand("input.bind Right 7 None") Player.SendCommand("input.bind Sprint 7 None") Player.SendCommand("input.bind Duck 7 None") Player.SendCommand("input.bind...
  7. DreTaX

    Approved DeathMSG

    Deleting that line is not really an option. As I forgot GetPlugin doesn't return null, It throws lovely exception If the name is not in the collected list.
  8. DreTaX

    Approved DeathMSG

    https://github.com/dretax/Python-Plugins/blob/master/DeathMSG/DeathMSG.py
  9. DreTaX

    Approved DeathMSG

    asd.....................
  10. DreTaX

    Approved DeathMSG

    That's what the code does. Shouldn't give any error at all.
  11. DreTaX

    Solved Unknown error.

  12. DreTaX

    Tphere and tpto

    Nah. You can release It.
  13. DreTaX

    Solved Error with DeathMsg i think.

    I will fix the iConomy plugin, but remove the PlayerLog plugin from the Jint folder.
  14. DreTaX

    Solved Unknown error.

    Snake notified me today. He is progressing really good.
  15. DreTaX

    Approved HomeSystem

    [2/19/2015 4:43:06 PM] [Exception] [ Hooks->PlayerKilled | HumanController->OnKilled | Component->SendMessage | TakeDamage->Hurt | HumanBodyTakeDamage->Hurt | TakeDamage->HurtShared | TakeDamage->HurtShared | TakeDamage->Hurt | BulletWeaponDataBlock->ApplyDamage |...
  16. DreTaX

    Solved Error with DeathMsg i think.

    Which plugins are you having? Is that the full log from the log file?
  17. DreTaX

    On_Console

    on-console
  18. DreTaX

    Approved HomeSystem

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

    HomeSystem - Fixes/Additions

    Code Fixes Now you can safely turn off random locations and makes sure you have antiroofdizzy set to 1 (Set SendPlayertoHomeorRandom to 0 and Set EJoinCooldown to 0.) Why? Simple. I have added checks and HomeSystem will look at all of the cases if the player is using Dizzy. Forget those random...
  20. DreTaX

    Solved Unknown error.

    @Snake is saving Vector3 to the DataStore. It's not fun. Should be fine, shouldn't harm your server. (FAC) In the new version of FAC will be fixed.