native

cs_get_user_model

Syntax

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

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.