SuperPowers is an addon for ULX that adds two commands, 'ulx runspeed', and 'ulx jumppower'.
'ulx runspeed' sets the run speed of the specified players to the specified number.
Usage:
ulx runspeed <player(s)> <run speed>
('ulx runspeed ^ 2000' would make you run extremely fast.)
'ulx jumppower' sets the jump power of the specified players to the specified number.
Usage:
ulx jumppower <player(s)> <jump power>
('ulx jumppower ^ 2000' would make you jump like The Incredible Hulk.)
I've attached versions for both non-SVN and SVN versions of ULX/ULib.
Installation:
Extract to addons.
Thanks to JamminR for the name.
EDIT:
Update! Version 1.1, added ability to set runspeed/jumppower based on usergroup of players.
This version is for ULX SVN only, because the old 'release' version of ULib is missing a function I need. (This is still being looked into)
I attached the new one and kept the old one incase you don't need this.
To set the runspeed for a certain group, put ulx_runspeed_<groupname> <speed> in your server.cfg file. (Works for custom groups too.
)
Do the same for jumppower, only put jumppower instead of runspeed.
Here are examples of how this is done, including all default groups (Zero or less disables auto-set):
ulx_runspeed_superadmin "1000"
ulx_runspeed_admin "1000"
ulx_runspeed_user "0"
ulx_runspeed_operator "0"
ulx_jumppower_superadmin "500"
ulx_jumppower_admin "500"
ulx_jumppower_user "0"
ulx_jumppower_operator "0"