12.12.2010, 18:14
If i have a few points can i do this?
Код:
if(IsPlayerInRangeOfPoint(playerid, 20, x, y, z))
else if(IsPlayerInRangeOfPoint(playerid, 20, x, y, z))
else if(IsPlayerInRangeOfPoint(playerid, 20, x, y, z))
else if(IsPlayerInRangeOfPoint(playerid, 20, x, y, z))
{
SetTimerEx("GateTimer", 3000, true, "i", playerid);
return 1;
}
