27.12.2014, 14:57
Oh, so you'll need a timer for that. Create a function by forwarding it first, so like this:
Use the SetTimerEx function to set the timer, remember 1 second is 1000 ticks.
pawn Код:
forward RoundTimer();
public RoundTimer()
{
return 1;
}