About ComTimer
ComTimer is a plugin that runs console commands after an amount of time.
Good for automating events quickly and easily
Set the commands you want to run into the config list.
Set a timer upper limit and a timer lower limit and the plugin will pick a number between and countdown... on completion it will run a command from the list and start the whole process over again.
any command that you can run in rcon you can run with this.
Configuration
Default configuration is as follows:
{ "Command List": [], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }
Setting a single command:
{ "Command List": ["say Welcome to the server"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }
Setting more then one command:
{ "Command List": ["say Welcome to the server","callheli","giveall scrap 1"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }
Works well with plugins like CustomHeliTiers if the plugin doesn't have its own spawn timer:
{ "Command List": ["callheli 1","callheli 2","callheli 3","callheli 4","callheli 5","callheli 6"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }