cs_get_weapon_burst
- Синтаксис
-
native cs_get_weapon_burst(index);
Переменная | Описание |
---|---|
index |
Weapon entity index |
- Описание
- Returns if the weapon is in burst mode.
- Пометка
-
Only the Glock and Famas can return 1 as they are the only guns in the game that have a burst fire mode.
- Пометка
-
This native does not verify that the provided entity is a weapon entity. It will return incorrect values for non-weapon entities.
- Возвращает
- 1 if the weapon is in burst mode, 0 otherwise