16.02.2013, 20:11
pawn Код:
IsPlayerInEstacao(playerid)
{
new Float:x,Float:y,Float:z;GetPlayerPos(playerid, x, y, z);
if(x >= 1838.8965 && y >= 1280.7856 && x <= 2035.4470 && y <= 1443.1268) return true;
else return 0;
}
GZEstacao = GangZoneCreate(1838.8965,1280.7856,2035.4470,1443.1268);

