rg_remove_item
Syntax
native rg_remove_item(const index, const item_name[], const bool:removeAmmo = false);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
| item_name | Item classname |
| removeAmmo | Remove ammunition |
Description
Removes the specified item classname from the player
Return
1 if found and remove, 0 otherwise