Alot of timers in one?
#1

Hello all..
I have seen somewhere something like this

pawn Код:
StartTimer(timer[playerid]); // Starts timer from 0 miliseconds
If(timer[playerid] == 10000)
{
SendClientMessage(playerid, COLOR_GREEN, "10 seconds already passed");
return 1;
}
If(timer[playerid] == 20000)
{
SendClientMessage(playerid, COLOR_GREEN, "20 seconds already passed");
return 1;
}
How to make it?
Reply


Messages In This Thread
A lot of timers in one? - by SaW_[VrTx] - 27.01.2011, 17:50
Re: Alot of timers in one? - by PowerPC603 - 27.01.2011, 21:07
Re: Alot of timers in one? - by SaW_[VrTx] - 27.01.2011, 21:20

Forum Jump:


Users browsing this thread: 4 Guest(s)