AMX Mod X API Documentation

Signature
native Float:cs_get_user_lastactivity(index);
Description

Returns the client's last activity time.

Notes
  • This is the time that the internal Counter-Strike afk kicker uses to

    see who has been inactive too long.

Parameters
  • index Client index
Returns

Last activity time

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

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

Назад
Верх