Signature
native cs_reset_user_model(index);
Description
Resets the client's model.
Notes
- This lifts the model-lock set by a previous cs_set_user_model() call.
Parameters
- index — Client index
No return value
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.