native cs_set_user_lastactivity(index, Float:value);
index | Client index |
value | New last activity time |
Sets the client's last activity time.
This is the time that the internal Counter-Strike afk kicker uses to see who has been inactive too long.
This function has no return value.
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.