27.02.2014, 12:36
You've been told how to fix it to your other thread. Remove this line:
from line 1066. And replace PointToPoint with IsPlayerInRangeOfPoint.
pawn Код:
#define TEAM_AZTECAS_COLOR 0x0F6F6FF
pawn Код:
public IsAtLicenseplace(playerid)
{
return (IsPlayerInRangeOfPoint(playerid,25.0,362.4653,173.7711,1008.3828));
}