01.10.2018, 14:48
Quote:
Eu faria assim:
Code:
stock IsPlayerInRC(playerid) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); return ((x >= 1435.4246 && y >= -1720.3379 && x <= 1522.1321 && y <= -1600.3434) // Prefeitura || (x >= 1290.7766 && y >= -1720.0077 && x <= 1034.1986 && y <= -1842.6490) // Spawn Civil || (x >= 1249.3438 && y >= -1288.7474 && x <= 1069.0786 && y <= -1387.2887)); // Hospital } |