This addon stops bhop platforms from going down, so that more than one person can use a platform at the same time.
I've put a little config file to the script:
[code]colorHooked = config.cvar("colorHooked", 0, "If this is enabled (1) then it will color all hooked platforms/doors")
waittime = config.cvar("waittime", 0.1, "After how many seconds it will start to teleport you if you touch the same platform again")
resettime = config.cvar("resettime", 1, "After how many seconds you can touch any platform again")[/code]
Special Thanks to:
[LIST]
[*] DaFox (who wrote the SM version of this script and helped me with parts of this)
[*] L'In20Cible (for showing me es.gethandlebyindex)
[*] Ninja (for being my beta-tester [because I can't test any script myself atm :(])
[/LIST]
Installation
Install it by extracting the .zip file into your eventscripts folder.
Then add es_load mpbhops_es into your autoexec.cfg.
Version Notes For 2.0
Updated on: 2013-08-15 16:33:43 EST by Absolute (View Zip Contents)
[LIST]
[*] Now uses SPE
[*] Now only hooks platforms which go down
[*] Refactored Code
[*] Removed ticklistener and hooked touch events instead
[/LIST]