Regarding zones.inc
#3

On player spawn set
PlayerCity[playerid] = 1; // LS
PlayerCity[playerid] = 2; // SF
PlayerCity[playerid] = 3; // LV

And on each bridge when player is at point
pawn Код:
if(PlayerCity[playerid] != 3 && IsPlayerInRangeOfPoint..))
{
PlayerCity[playerid] = 3;
SendCityMessage(playerid,"Welcome to Las Venturas"); // Adjust your own
}
Most important is to set right city at spawn, because later you control it
Reply


Messages In This Thread
Regarding zones.inc - by xxxDunecatxxx - 24.09.2010, 04:11
Re: Regarding zones.inc - by mick88 - 24.09.2010, 07:41
Re: Regarding zones.inc - by Voldemort - 24.09.2010, 07:54

Forum Jump:


Users browsing this thread: 2 Guest(s)