29.07.2010, 20:39
if (PlayerToPoint(3, playerid,1729.5905,-1864.4565,13.573 )
replace to
if (IsPlayerInRangeOfPoint(playerid,3.0,1729.5905,-1864.4565,13.573 )
IsPlayerInRangeOfPoint(playerid,Radiuss,x,y,z)
replace to
if (IsPlayerInRangeOfPoint(playerid,3.0,1729.5905,-1864.4565,13.573 )
IsPlayerInRangeOfPoint(playerid,Radiuss,x,y,z)