Faction Entrance Problem
#4

pawn Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
    if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
    {
        if(PlayerToPoint(5,playerid,2224.4531,1838.4270,10.8203))
        {
            SetPlayerPos(playerid,226.5468,1027.7118,1084.0123);
            SetPlayerInterior(playerid,7);
            SetPlayerVirtualWorld(playerid, 3);
            SendClientMessage(playerid,COLOR_1GREEN,"*** Welcome to LCN, The home of HQ !");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Faction Entrance Problem - by djaCido23 - 19.12.2010, 06:35
Re: Faction Entrance Problem - by Lorenc_ - 19.12.2010, 06:39
Re: Faction Entrance Problem - by Rachael - 19.12.2010, 06:41
Re: Faction Entrance Problem - by Mean - 19.12.2010, 07:48

Forum Jump:


Users browsing this thread: 1 Guest(s)