Can anybody give me a full weapon list for hamsandwhich.
Like I want the weapon and the ammo numbers
By ammo numbers i mean this:
Code:
case ITEM_MP5:
{
new ent = ham_give_weapon(client, "weapon_mp5navy");
set_pdata_int(ent, 51, 30, 4); // weapon ammo (30)
set_pdata_int(client, 386, 120); // backpack ammo (120)
And by Weapons i mean
Code:
case ITEM_MP5:
{
new ent = ham_give_weapon(client, "weapon_mp5navy");
set_pdata_int(ent, 51, 30, 4); // weapon ammo (30)
set_pdata_int(client, 386, 120); // backpack ammo (120)