30 seconds radar ?
#5

pawn Код:
// TOP of the script
new timercount[MAX_PLAYERS];

// Make the timer run every second
SetTimerEx("RadarTimer2", 1000, 0,"i", playerid);

//Put this inside your timer;
timercount[playerid]++;

//And this;
if(timercount[playerid]==29) // 29 because the timercount variable starts with 0.
{
    KillTimer("RadarTimer2")
// Add w/e you wanna do when the timer stops
}
Reply


Messages In This Thread
30 seconds radar ? - by Shoko Lacho - 26.02.2011, 10:26
Re: 30 seconds radar ? - by deather - 26.02.2011, 10:49
Re : 30 seconds radar ? - by Shoko Lacho - 26.02.2011, 11:00
Re: 30 seconds radar ? - by maramizo - 26.02.2011, 11:15
Re: 30 seconds radar ? - by Mike Garber - 26.02.2011, 11:44

Forum Jump:


Users browsing this thread: 2 Guest(s)