gg_multi_level_remover
Posted: Sun Apr 04, 2010 6:16 pm
gg_multi_level_remover
Description:
Registers the server command "stop_multi_levelers" to end gg_multi_level bonuses for all players.
Implementation:
This is will most commonly be implemented in 1v1 knife fight scripts to make sure that neither player has a speed advantage, and to stop the music.
In this case, add this line to your knife fight script at the start of the fight:
Remember, if your addon is written for SourceMod, you must re-compile it.
Installation:
Description:
Registers the server command "stop_multi_levelers" to end gg_multi_level bonuses for all players.
Implementation:
This is will most commonly be implemented in 1v1 knife fight scripts to make sure that neither player has a speed advantage, and to stop the music.
In this case, add this line to your knife fight script at the start of the fight:
EventScripts Shell:
stop_multi_levelers
EventScripts Python:
es.server.queuecmd("stop_multi_levelers")
SourceMod:
ServerCommand("stop_multi_levelers");
stop_multi_levelers
EventScripts Python:
es.server.queuecmd("stop_multi_levelers")
SourceMod:
ServerCommand("stop_multi_levelers");
Remember, if your addon is written for SourceMod, you must re-compile it.
Installation:
- Extract this file to your server
- Restart your server or reload GunGame
- Edit the newly appeared ../cfg/gungame51/custom_addon_configs/gg_multi_level_remover.cfg
- Restart your server, reload GunGame, or run rcon gg_multi_level_remover 0 then rcon gg_multi_level_remover 1