[HELP] Problem with ApplyAnimation.
#10

1) Give the whole code.

2)
pawn Код:
stock RemovePlayerWeapon(playerid, weaponid)
{
    new pWeap[12], pAmmo[12];
    for(new slot = 0; slot != 12; slot++)
    {
        new wep, ammo;
        GetPlayerWeaponData(playerid, slot, wep, ammo);
        if(wep != weaponid) GetPlayerWeaponData(playerid, slot, plyWeapons[slot], plyAmmo[slot]);
    }
    ResetPlayerWeapons(playerid);
    for(new slot = 0; slot != 12; slot++) GivePlayerWeapon(playerid, plyWeapons[slot], plyAmmo[slot]);
}
Reply


Messages In This Thread
[HELP] Problem with ApplyAnimation. - by Universal - 06.01.2011, 14:07
Re: [HELP] Problem with ApplyAnimation. - by _rAped - 06.01.2011, 14:32
Re: [HELP] Problem with ApplyAnimation. - by Universal - 06.01.2011, 15:08
Re: [HELP] Problem with ApplyAnimation. - by _rAped - 06.01.2011, 15:10
Re: [HELP] Problem with ApplyAnimation. - by Universal - 06.01.2011, 15:28
Re: [HELP] Problem with ApplyAnimation. - by Universal - 06.01.2011, 15:50
Re: [HELP] Problem with ApplyAnimation. - by Universal - 07.01.2011, 13:56
Re: [HELP] Problem with ApplyAnimation. - by _rAped - 07.01.2011, 13:59
Re: [HELP] Problem with ApplyAnimation. - by Universal - 07.01.2011, 14:03
Re: [HELP] Problem with ApplyAnimation. - by Toreno - 07.01.2011, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)