Garry's Mod Wiki

Player:RemoveAllAmmo

  Player:RemoveAllAmmo()

Description

Removes all ammo from a certain player

Example

A console command that removes ammo on the player that used it.

concommand.Add( "removeammo", function( ply ) ply:RemoveAllAmmo() end )