[AJUDA] /bqgg
#7

pawn Код:
// Variaveis
 
new pRoadgang[MAX_PLAYERS];
new pRoadgang2[MAX_PLAYERS];
new pRoadgang3[MAX_PLAYERS];
new pRoadgang4[MAX_PLAYERS];
 
//Comando
    if(strcmp(cmdtext, "/barreiragangue", true)==0 || strcmp(cmdtext, "/brgangue", true)==0)
    {
        // Coloque as variavel aqui e coloque lб embaixo que estara pedindo
        //{
        if(PlayerInfo[playerid][pJailed] != 0)
        {
            SendClientMessage(playerid,0xA0FFFFAA," Vocк nгo pode usar este comando preso!");
            return 1;
        }
        if (pRoadgang[playerid] != 0) return SendClientMessage(playerid, COLOR_GREY, "Vocк sу pode criar 1 barreira por vez, /rbrgang - para remover sua barrigada");
        new Float:X, Float:Y, Float:Z, Float:A;
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, A);
        pRoadgang[playerid] = F_CreateObject(845, X+1, Y, Z, 0.0, 0.0, A+180, 300.0);
        pRoadgang2[playerid] = F_CreateObject(1358, X+2, Y, Z, 0.0, 0.0, A+180, 300.0);
        pRoadgang3[playerid] = F_CreateObject(3073, X, Y+5, Z, 0.0, 0.0, A+180, 300.0);
        pRoadgang4[playerid] = F_CreateObject(3594, X, Y+9, Z, 0.0, 0.0, A+180, 300.0);
        SetPlayerPos(playerid, X, Y, Z+4);
        GameTextForPlayer(playerid, "~w~Blockeio ~r~Criado", 5000, 5);
        SendClientMessage(playerid, COLOR_GREEN, "Barreira Implantada... Use /rbrgang Para Remove-la!");
        format(string, sizeof(string), "Aviso: Uma Barreira de gang foi criado por %s.", PlayerName(playerid));
        return 1;
    }
Esse й so para criar , se quizer pra destruir pede !!!!

Caso aqui nгo tem ajude ai tem os objetos que vocк pediu
+rep se possivel '-'
Reply


Messages In This Thread
[AJUDA] /bqgg - by kratty - 05.12.2011, 00:17
Re: [AJUDA] /bqgg - by ViniBorn - 05.12.2011, 00:18
Re: [AJUDA] /bqgg - by kratty - 05.12.2011, 00:22
Re: [AJUDA] /bqgg - by kratty - 05.12.2011, 00:29
AW: [AJUDA] /bqgg - by RedBulL_x - 05.12.2011, 01:54
Re: [AJUDA] /bqgg - by Leo_Lost - 05.12.2011, 02:53
Re: [AJUDA] /bqgg - by Laercio - 05.12.2011, 12:01
Re: [AJUDA] /bqgg - by kratty - 05.12.2011, 19:30
Re: [AJUDA] /bqgg - by Bolinha_ProJogos - 05.12.2011, 20:12
Re: [AJUDA] /bqgg - by Laercio - 05.12.2011, 21:16

Forum Jump:


Users browsing this thread: 2 Guest(s)