cs_reset_user_model

Syntax

native cs_reset_user_model(index);

Usage

index
Client index

Description

Resets the client's model.

Note

This lifts the model-lock set by a previous cs_set_user_model() call.

Return

This function has no return value.

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.