SetPlayerCurrentWeaponAmmo
Sets the weapon ammo of the current weapon of the player (on the hand).
- player: Parameter input should be in Player type.
- ammo: Parameter input should be in int type.
{{#tag:syntaxhighlight| Player.SetPlayerCurrentWeaponAmmo(player, 9999); |lang=csharp}} }}