15.08.2010, 09:57
1. What do you mean by cool down timer?
2. Have you set the timer somewhere in your script?
"RandMessagesx" = what function to call.
60000 = the time in miliseconds.
true = repeat timer (true/false)
2. Have you set the timer somewhere in your script?
pawn Код:
public OnGameModeInit()
{
SetTimer("RandMessagesx", 60000, true);
}
60000 = the time in miliseconds.
true = repeat timer (true/false)