get_user_weapons
- Синтаксис
-
native get_user_weapons(index, weapons[32], &num);
Переменная | Описание |
---|---|
index |
Client index |
weapons |
Array to store weapon indexes in |
num |
Variable to store number of weapons in the inventory to |
- Описание
- Retrieves all weapons in the client inventory, stores them in an array, and returns the inventory as a bitflag sum.
- Пометка
-
Make sure that num has an initial value of 0 or the native will not work correctly.
- Возвращает
- Bitflag sum of weapon indexes, 0 if client is not connected