native cs_set_weapon_ammo(index, newammo);
index | Weapon entity index |
newammo | New ammo amount |
Sets the amount of ammo in weapon's clip.
This native does not verify that the provided entity is a weapon entity. It will result in undefined behavior if used on non-weapon entities.
This function has no return value.
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.