[DUV] Como tirar armas de respawn
#5

no comeзo do GM
pawn Код:
new Armas[MAX_PLAYERS];
em public onplayerspawn
pawn Код:
if(Armas[playerid] == 1)
    {
                ResetPlayerWeapons(playerid);
        GivePlayerWeapon(playerid, 30, 450);
        GivePlayerWeapon(playerid, 32, 400);
        GivePlayerWeapon(playerid, 22, 50);
        GivePlayerWeapon(playerid, 16, 5);
        GivePlayerWeapon(playerid, 25, 90);
    }
pawn Код:
if(classid == 0)
    {
    GameTextForPlayer(playerid,"~n~~r~Gang do fdp",2000,3);
    Armas[playerid] = 1;
    }
seja isso que voce quer??

se voce nao quiser as armas apaga os
GivePlayerWeapon e dexa so o ResetPlayerWeapons(playerid);
Reply


Messages In This Thread
[DUV] Como tirar armas de respawn - by Xpectro - 19.08.2010, 02:13
Re: [DUV] Como tirar armas de respawn - by BreakDriFT - 19.08.2010, 02:27
Re: [DUV] Como tirar armas de respawn - by Kasura - 19.08.2010, 07:27
Re: [DUV] Como tirar armas de respawn - by zSuYaNw - 19.08.2010, 13:20
Re: [DUV] Como tirar armas de respawn - by Link_ - 19.08.2010, 13:25
Re: [DUV] Como tirar armas de respawn - by Xpectro - 19.08.2010, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)