[Ajuda]Comando Simples
#5

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 4.0, 1261.2338, -785.2087, 1091.9063))
        {
            if(gTeam[playerid] == TEAM_EMPRESARIOS || IsVip[playerid] == 1)
            {

                SendClientMessage(playerid, Cinza,"Uma 9mm e uma Mp5 lhe foram dadas por ter perdido suas armas !");
                GivePlayerWeapon(playerid, 22, 100);
                GivePlayerWeapon(playerid, 29, 100);
                SetPlayerPos(playerid, -1496.2823, 923.0028, 7.1875);
                SetPlayerFacingAngle(playerid, 89.8071);
                SetPlayerInterior(playerid, 0);
                return 1;
            }
            if(IsPlayerInRangeOfPoint(playerid, 4.0, 1261.2338, -785.2087, 1091.9063))
            {
                if(IsVip[playerid] == 1)
                {

                    SendClientMessage(playerid, Verde,"[ INFO ] Por ser membro VIP vocк adquiriu mais armamento.");
                    GivePlayerWeapon(playerid, 30, 120);
                    return 1;

                }
            }
            return true;
        }
Jб tentei fazer isto Shadoww :]
Reply


Messages In This Thread
[Ajuda]Comando Simples - by hudsonramos10 - 09.04.2011, 12:49
Re: [DUVIDA]Comando Simples - by Diogo_Bras - 09.04.2011, 13:01
Re: [DUVIDA]Comando Simples - by hudsonramos10 - 09.04.2011, 13:03
Re: [DUVIDA]Comando Simples - by Shadoww5 - 09.04.2011, 13:10
Re: [DUVIDA]Comando Simples - by hudsonramos10 - 09.04.2011, 13:12
Re: [DUVIDA]Comando Simples - by Shadoww5 - 09.04.2011, 13:19
Re: [DUVIDA]Comando Simples - by hudsonramos10 - 09.04.2011, 13:21
Re: [DUVIDA]Comando Simples - by Shadoww5 - 09.04.2011, 13:22
Re: [DUVIDA]Comando Simples - by hudsonramos10 - 09.04.2011, 13:41
Re: [DUVIDA]Comando Simples - by JonathanFeitosa - 09.04.2011, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)