Runs commands after a specified time from map start
- Download
lateconfigs.smxand move it to sourcemod plugins directory - Load plugin with your favorite method (reload map, server, execute
sm plugins load lateconfigs.smxcommand, or just wait until map end) - The plugin will create 2 configs file:
plugin.lateconfigs.cfg- under your/cfg/sourcemod/locationlateconfigs.cfg- under you/sourcemod/configs/location
- In
plugin.lateconfigs.cfgyou can set plugin settings - And in
lateconfigs.cfgyou can write commands which will be executed after delay
The plugin can be controlled by following convars:
sm_lateconfigs_enabled- default value 1 - Determines if enabled or notsm_lateconfigs_delay- default value 3 - Time in seconds after commands will be executed
Administrator with RCON privileges can run following commands:
sm_lateconfigs_reload- Reloads configssm_lateconfigs_run- Runs configs - for testing purposes