02.10.2012, 07:45
if (IsPlayerInRangeOfPoint(playerid,3,244.131195, 190.252990, 1008.171875))
This means player must be sticked with the range.. means AT EXACT Pos.. not in range.. because '3' is damn less range.
change it to atleast 15.0 to 30.0
Ex:
it must work.
This means player must be sticked with the range.. means AT EXACT Pos.. not in range.. because '3' is damn less range.
change it to atleast 15.0 to 30.0
Ex:
pawn Код:
if (IsPlayerInRangeOfPoint(playerid,20.0,244.131195, 190.252990, 1008.171875))