27.05.2012, 10:26
pawn Код:
else if (IsPlayerInRangeOfPoint(playerid, 3,300.5656,192.3083,1007.1719))
{
SafeSetPlayerPos(playerid, 1772.2937,-1576.0027,22.9511);
GameTextForPlayer(playerid, "~w~FBI Roof",5000,1);
SafeSetPlayerInterior(playerid,0);
}
I get a loose indication warning on the line:
pawn Код:
else if (IsPlayerInRangeOfPoint(playerid, 3,300.5656,192.3083,1007.1719))