Player.StripWeapon
From GMod Wiki
Revision as of 21:57, 17 September 2009 by Unrealomega (Talk | contribs)
| Function | |
| Syntax | Player:StripWeapon( String Weapon Class ) |
| Description: | |
| Removes the specified weapon class from a certain player | |
| Returns: | nil |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.StripWeapon]Player.StripWeapon [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Removes the crowbar from the player with the ID 1 |
|---|---|
| Used on | |
| Code | player.GetByID( 1 ):StripWeapon("weapon_crowbar") |
| Output | N/A |