25.05.2017, 07:30
Hi,
How to create 2 value using 'or'?
example:
How to create 2 value using 'or'?
example:
Код:
new pos1 = x,y,z; new pos2 = x,y,z; if (IsPlayerInRangeOfPoint(playerid, 7.0, pos1 or pos2)) { SendClientMessage(playerid,0xFFFFFFFF,"You are near the stadium entrance!"); }