AMX Mod X API Documentation

Signature
native cs_get_user_zoom(index);
Description

Returns if the client is zooming.

Notes
  • For a list of possible zoom types see the zoom type enum above

    (CS_*_ZOOM constants).

Parameters
  • index Client index
Returns

Zoom type if the user is zoomed in, 0 otherwise

Errors
  • If the client index is not within the range of 1 to

    MaxClients, or the client is not connected, an error will be

    thrown.

Назад
Верх