AMX Mod X API Documentation

Signature
native set_user_info(index, const info[], const value[]);
Description

Sets info on the client.

Parameters
  • index Client index
  • info Info key
  • value New value
No return value
Errors
  • If the index is not within the range of 1 to MaxClients or

    the client is not connected, an error will be thrown.

Назад
Верх