native cs_get_weapon_ammo(index);
index | Weapon entity index |
Returns the amount of ammo in weapon's magazine.
This native does not verify that the provided entity is a weapon entity. It will return incorrect values for non-weapon entities.
Amount of ammo in magazine
If an invalid entity index or a client index is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.