cs_get_user_model
Syntax
native cs_get_user_model(index, model[], len);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
| model | Buffer to copy model to |
| len | Maximum buffer size |
Description
Retrieves the client's player model.
Return
Number of cells written to buffer
Error
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.