rg_give_item
- Синтаксис
-
native rg_give_item(const index, const pszName[], GiveType:type = GT_APPEND);
Переменная | Описание |
---|---|
index |
Client index |
pszName |
Item classname |
type |
Look at the enums with name GiveType |
- Описание
- Gives the player an item.
- Возвращает
- Index of entity if successfull, -1 otherwise