Need help making a timer.
#1

Quote:

else if(IsPlayerInRangeOfPoint(playerid, 10.0, SFX, SFY, SFZ) && PLANESTAGE[playerid] == SFA)
{
new string[64];
format(string, sizeof(string), "Your Passengers Are Boarding The plane(I want to add a 30 second timer ) ",);
SendClientMessage(playerid, COLOR_ORANGE, string);
PLANESTAGE[playerid] = LVB;
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid, -1370.4148, -224.8594, 13.8710, 10.0);
GivePlayerMoney(playerid, MONEY_EARNT);
}

if someone could help make a timer itd be much appreciated, Also if you could make a random timer say from 20-50 seconds thatd be even better,

Thanks in advance
Reply


Messages In This Thread
Need help making a timer. - by Haydz - 14.07.2010, 22:50
Re: Need help making a timer. - by felipex - 14.07.2010, 23:04
Re: Need help making a timer. - by TheInnocentOne - 14.07.2010, 23:08
Re: Need help making a timer. - by felipex - 14.07.2010, 23:13
Re: Need help making a timer. - by Haydz - 14.07.2010, 23:53
Re: Need help making a timer. - by Nimnix - 14.07.2010, 23:55
Re: Need help making a timer. - by Haydz - 14.07.2010, 23:56

Forum Jump:


Users browsing this thread: 1 Guest(s)