[ANY] Command Cycle
Command Cycle
Execute Commands via Config File Every Designated Amount of Time
Pretty basic plugin I thought like creating because I had nothing else to do. This will do exactly as it says it does, just with your own settings and commands. This is made for servers that would basically like to run a specified command every few minutes or so.
I do not suggest setting the timer for your commands to run every 5 seconds. This will most likely cause lag to the server and instability if your server is running on a low grade computer.
CVar's (Defaults):
Code:
- sm_comcycle_version "1.0"
Plugin Version
- sm_comcycle_enabled "1"
Enable Command Cycle
- sm_comcycle_time "120"
Time Increment to Run Commands
Code:
Version 1.0 - 5/8/2012
* Initial Release
Code:
Find these in comcycle.zip
comcycle.smx > tf\addons\sourcemod\plugins\ (Necessary)
comcycle.cfg > tf\cfg\sourcemod\ (Necessary)
comcycle.sp > tf\addons\sourcemod\scripting\ (Selective)
Orignal From: [ANY] Command Cycle
Post a Comment