14.08.2011, 11:48
Won't.
IsPlayerInRangeOfPoint(playerid, -1304.10, 336.30, 5.07);
You are missing float: range. Template is: IsPlayerInRangeOfPoint(playerid,float:range,float: x,float:y,float:z).
replace it with this one:
If you have defined SubBoat it should work
IsPlayerInRangeOfPoint(playerid, -1304.10, 336.30, 5.07);
You are missing float: range. Template is: IsPlayerInRangeOfPoint(playerid,float:range,float: x,float:y,float:z).
replace it with this one:
PHP код:
IsPlayerInRangeOfPoint(playerid,10.0, -1304.10, 336.30, 5.07)