cs_set_user_zoom
- Синтаксис
-
native cs_set_user_zoom(index, type, mode);
Переменная | Описание |
---|---|
index |
Client index |
type |
Zoom type |
mode |
If zero (blocking) the client will be forced to use the zoom type set and won't be able to change it until it is reset with CS_RESET_ZOOM, otherwise the user can restore back to normal as usual |
- Описание
- Sets a zoom type on the client.
- Пометка
-
Zoom types are not tied to their intended weapons, so any zoom type can be combined with any weapon.
- Пометка
-
For a list of possible zoom types see the zoom type enum above (CS_*_ZOOM constants).
- Возвращает
- Функция ничего не возвращает