03.05.2015, 21:40
You use all the AND and OR at the same statement - that's what parentheses are for!
pawn Код:
if ((IsPlayerInRangeOfPoint(playerid, 10, 2149.8328,2748.2905,10.5474) && F1 >= 5)
|| (IsPlayerInRangeOfPoint(playerid, 10, 1944.1652,-1769.8917,13.1157) && F2 >= 5)
|| (IsPlayerInRangeOfPoint(playerid, 10, 2116.6611,922.4604,10.5474) && F3 >= 5)
|| (IsPlayerInRangeOfPoint(playerid, 10, 2204.3835,2473.3994,10.5474) && F4 >= 5))