24.03.2013, 15:22
Like this
Also, if you put && you must be at all those places at same time wich isnt possible so put || insted.
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid,5.0,1635.46,-263.07,43.79) || !IsPlayerInRangeOfPoint(playerid,5.0,1287.16,1303.05,10.53) || !IsPlayerInRangeOfPoint(playerid,5.0,-1245.89,-748.73,63.83) || !IsPlayerInRangeOfPoint(playerid,5.0,1085.25,-1381.94,13.52); return SendClientMessage(playerid,COLOR_PINK,"You're not at the right place");