23.07.2011, 13:27
Quote:
Haha okay, will take my time to look at this info :]
EDIT: Looking over it, im understanding that except one part, public message(second, msg[]) I know i would replace "message" with my timer's name but what about "second, msg"? i dont think i see anything about it. Also, activating the timer, when the command is activated. Would the timer still go under OnGameModeInt? |
Activating the timer should be done wherever you are planning on activating it, it doesn't have to be done under OnGameModeInit or any other callback. If you want it to be activated when someone writes a command, then put it under the command in OnPlayerCommandText!