07.01.2016, 04:42
try to replace your stock with this
PHP код:
forward IsAtFishingSpot2(playerid);
public IsAtFishingSpot2(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 40, 2315.3904,-0.0501,26.7422))
{ return true; }
return false;
}

