Help with Quick Weapon change
#2

Код:
public OnPlayerUpdate(playerid)
{
         if(GetPlayerWeapon(playerid) != WeaponIDFromInventory[playerid])
         {
               SetPlayerArmedWeapon(playerid, WeaponIDFromInventory[playerid]);
         }
}
I gave you an idea, it is up to you to modify it and make it work with your script properly.
Reply


Messages In This Thread
Help with Quick Weapon change - by lwilson - 30.05.2015, 00:42
Re: Help with Quick Weapon change - by Yashas - 30.05.2015, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)