Map Timer
Purpose: Execute cfg files at specific map times specified by command.
Example:
1. At 1 minute after map load, execute welcome.cfg
2. At 5 minutes after map load, execute nogravity.cfg
3. At 8 minutes after map load, execute gravity.cfg
4. At 14 minutes after map load, execute funcommand.cfg
When map is loaded a map timer begins.
Plugin will accept commands from console or from map.cfg file.
Example command: sm_maptimer 1,welcome,5,nogravity,8,gravity,14,funcommand
There is an excellent related plugin by ReFlex Poison called Round Timer (
https://forums.alliedmods.net/showthread.php?p=1769674), but it uses round time instead of map time, and only allows one time entry.