AMX Mod X API Documentation

Signature
native get_user_footsteps(index);
Description

Tells whether a player has silent footsteps enabled.

Parameters
  • index Client index
Returns

1 if silent footsteps are enabled, 0 if not

Errors
  • If player is not connected or not within the range

    of 1 to MaxClients.

Назад
Верх