Nexus-nexus.player:UpdateInventory
From GMod Wiki
This page has been nominated for deletion. Deletion is due within approximately 30 days from nomination, unless the deletion has been disputed on the talk page. See more pages nominated for deletion here. Reason for deletion: The third party gamemode this page supports is dead Last Edit was made on 11/16/2011 |
Function
Syntax: player:UpdateInventory((), (), ())
Returns: player:UpdateInventory
Part of Library: player:UpdateInventory
Available On:
Examples
Description | Updates the players inventory |
---|---|
Used on | |
Code | player:UpdateInventory("police_car", -1, true); |
Output | The character has lost a police car. |