[Ajuda] Proibir Arma no interior
#2

Isto deve resolver o seu problema .


Coloque :


pawn Код:
//Na sua public OnPlayerUpdate:

if(GetPlayerInterior(playerid))
    {
        if(GetPlayerWeapon(playerid) == 35)
        {
            SetPlayerAmmo(playerid, 35, 0);
            SendClientMessage(playerid, 0x33CCFFAA, "Vocк nгo pode usar Bazooka em Interiores !");
        }
    }


Ou crie um Timer que fique fazendo, em um tempo determinado, a verificaзгo acima .



Espero ter ajudado .
Reply


Messages In This Thread
[Ajuda] Proibir Arma no interior - by Leo_Lost - 04.12.2011, 12:35
Re: [Ajuda] Proibir Arma no interior - by rjjj - 04.12.2011, 12:46
Re: [Ajuda] Proibir Arma no interior - by ViniBorn - 04.12.2011, 12:47
Re: [Ajuda] Proibir Arma no interior - by CyNiC - 04.12.2011, 12:48
Re: [Ajuda] Proibir Arma no interior - by Leo_Lost - 04.12.2011, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)