AMX Mod X API Documentation

Signature
native cs_get_user_stationary(index);
Description

Returns if the client is using a stationary gun.

Parameters
  • index Client index
Returns

1 if the client uses a stationary gun, 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.

Назад
Верх