rg_give_custom_item
- Синтаксис
-
native rg_give_custom_item(const index, const pszName[], GiveType:type = GT_APPEND, const uid = 0);
Переменная | Описание |
---|---|
index |
Client index |
pszName |
Item classname |
type |
Look at the enums with name GiveType |
uid |
Sets a unique index for the entity |
- Описание
- Gives the player an custom item, this means that don't handled API things.
- Возвращает
- Index of entity if successfull, -1 otherwise