AMX Mod X API Documentation

Signature
native cs_get_user_model(index, model[], len);
Description

Retrieves the client's player model.

Parameters
  • index Client index
  • model Buffer to copy model to
  • len Maximum buffer size
Returns

Number of cells written to buffer

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.

Назад
Верх