Search results

  1. DreTaX

    Approved iConomy

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

    iConomy - Fixes/Additions

    Shop and inifile additions Lots of fixes Known bug: You can't sell items that do not have 100/100 condition. O_o
  3. DreTaX

    On_EntityHurt

    What I could dig out about this that the damage is not the real damage. The reason is because when the event runs, Fougerite bypasses the Rust Event to run. Basically modifies the parameters before the actual event would run. After that, Rust runs them as received. Which means the damage is...
  4. DreTaX

    On_PlayerHurt

    I don't think "Player" in str(HurtEvent.Attacker) would take more code. Python, neither Js don't have the Objects in global. It's an interpreter, and those values are not in scope.
  5. DreTaX

    spawn wood chest with items

    Does the ent variable get any value?
  6. DreTaX

    Wiki and Source needs more examples

    I disagree with the "capabilities". LUA doesn't have more capabilities, and It's not even simpler than Py or Js. They have a bit more events, but that's all. We can create Documentation for everything, just I'm busy with plugin making.
  7. DreTaX

    On_PlayerHurt

    None cool enough. https://github.com/dretax/Python-Plugins/blob/master/DeathMSG/DeathMSG.py#L307 You can do the same. if "Player" in str(HurtEvent.Attacker) Another solution: https://github.com/dretax/Python-Plugins/blob/master/DeathMSG/DeathMSG.py#L290 You can try to grab the entity's...
  8. DreTaX

    Approved DeathMSG

    DreTaX updated DeathMSG with a new update entry: Fixes Read the rest of this update entry...
  9. DreTaX

    DeathMSG - Fixes

    Fixed the converting message...
  10. DreTaX

    CPU Power / Ping

    server.sendrate "5" (Default: 5, the higer the faster the server is, but more cpu) I only dared to use 6 :D server.framerate "3000" (By default It's 30, I use 3000)
  11. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: Additions Read the rest of this update entry...
  12. DreTaX

    Wiper - Additions

    Some new additions and commands. Commands: /wipehelp Update the inifile with a new option. Check the main page. Todo: Make a decay system in this plugin.
  13. DreTaX

    Approved Moderators

    DreTaX updated Moderators with a new update entry: Fixes Read the rest of this update entry...
  14. DreTaX

    Moderators - Fixes

    Seems like I didn't update this on the website for a while, now I did. Lots of code fixes. New command.
  15. DreTaX

    CPU Power / Ping

    Rust only uses 1GB ram, but if you want to increase the server's fps and the sendrate (Which will make the server perform better, but will eat more cpu) You should update the cores too.
  16. DreTaX

    Approved DeathMSG

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

    DeathMSG - Fixes/Additions

    Some code fixes If you are using the banned people plugin you now have a command called /autobantobanip which will convert the DeathMSG database to the bannedpeople's db, so the plugins will use one ban database.
  18. DreTaX

    Approved HomeSystem

    Yes.
  19. DreTaX

    Approved HomeSystem

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

    HomeSystem - Fixes

    Fixed the friend checking method.