Search Results
Try something like this: Код: stock IsPlayerInGangZone(playerid, zoneid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); return (x > Gangzones[zoneid][minX] && x &l...
104
Try this. PHP Code: forward Airstrikemsg(); public Airstrikemsg()  {      SendClientMessageToAll(-1, "clear your position airstike coming!");      SetTimer("Airstrikestart", 200...
98