Check all the guns in all slots?
#2

pawn Код:
new WeaponData[13][2], string[128];
for (new i = 0; i < 13; i++)
{
    GetPlayerWeaponData(playerid, i, WeaponData[i][0], WeaponData[i][1]);
   
    format(string, sizeof(string), "Slot %d: weapon id %d with %d ammo.", i, WeaponData[i][0], WeaponData[i][1]);
    SendClientMessage(playerid, 0xFFFFFFFF, string);
}
Reply


Messages In This Thread
Check all the guns in all slots? - by Fj0rtizFredde - 29.12.2010, 19:19
Re: Check all the guns in all slots? - by Anwix_ - 29.12.2010, 20:13
Re: Check all the guns in all slots? - by Fj0rtizFredde - 29.12.2010, 21:04
Re: Check all the guns in all slots? - by Anwix_ - 31.12.2010, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)