Give ammo to a weapon slot
#4

pawn Код:
new weap[2];
for(new i; i<12;i++)
{
   GetPlayerWeaponData(playerid,i,weap[0],weap[1]);
   if(weap[0] == MODEL HERE)
   {
    // ur code here.
   }

}
Reply


Messages In This Thread
Give ammo to a weapon slot - by ZamaXor - 24.09.2010, 15:35
Re: Give ammo to a weapon slot - by Ash. - 24.09.2010, 15:37
Re: Give ammo to a weapon slot - by ZamaXor - 24.09.2010, 15:45
Re: Give ammo to a weapon slot - by wups - 24.09.2010, 15:51
Re: Give ammo to a weapon slot - by ZamaXor - 24.09.2010, 15:55
Re: Give ammo to a weapon slot - by wups - 24.09.2010, 15:58
Re: Give ammo to a weapon slot - by wups - 24.09.2010, 16:01
Re: Give ammo to a weapon slot - by ZamaXor - 24.09.2010, 16:08
Re: Give ammo to a weapon slot - by Cypress - 25.09.2010, 05:43

Forum Jump:


Users browsing this thread: 1 Guest(s)