20.11.2009, 12:22
Make sure you entered the correct coordinates
+
Change this:
if (IsPlayerInRangeOfPoint(playerid,8.0,332.5212,-1338.3401,14.507
)
To
if(IsPlayerInRangeOfPoint(playerid,8.0,332.5212,-1338.3401,14.507
)
+
Change this:
if (IsPlayerInRangeOfPoint(playerid,8.0,332.5212,-1338.3401,14.507

To
if(IsPlayerInRangeOfPoint(playerid,8.0,332.5212,-1338.3401,14.507
