12.03.2011, 16:36
Also, by the way, how can I make this only enterable for VIPs?
pawn Код:
}
else if(IsPlayerInRangeOfPoint(playerid,8.0,1797.4569,-1578.9788,14.0858))
{
SetPlayerInterior(playerid,7);
SetPlayerPos(playerid,773.579956,-77.096694,1000.655029);
GameTextForPlayer(playerid, "~w~VIP", 5000, 1);
PlayerInfo[playerid][pInt] = 14;
}