18.06.2013, 03:00
if(IsPlayerInRangeOfPoint(playerid, 3.0, 0,1889.0286,-1782.9777,25.7911))
Should be
-You added an additional parameter that shouldn't of been there.
This is the syntax:
IsPlayerInRangeOfPoint(playerid, Float:range, Float:X, Float:Y, Float:Z);
Should be
Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1889.0286,-1782.9777,25.7911))
This is the syntax:
IsPlayerInRangeOfPoint(playerid, Float:range, Float:X, Float:Y, Float:Z);