native cs_get_user_model(index, model[], len);
index | Client index |
model | Buffer to copy model to |
len | Maximum buffer size |
Retrieves the client's player model.
Number of cells written to buffer
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.