rg_remove_item
- Синтаксис
-
native rg_remove_item(const index, const item_name[], const bool:removeAmmo = false);
Переменная | Описание |
---|---|
index |
Client index |
item_name |
Item classname |
removeAmmo |
Remove ammunition |
- Описание
- Removes the specified item classname from the player
- Возвращает
- 1 if found and remove, 0 otherwise