#define MAX_WEAPONS 12new WeaponInfo[MAX_PLAYERS][MAX_WEAPONS];new WeaponAmmo[MAX_PLAYERS][MAX_WEAPONS];WeaponInfo[playerid][2] = weaponid;WeaponAmmo[playerid][2] = ammo;