cs_set_player_model
Sets a custom player model.
Syntax
native cs_set_player_model(id, const model[]) /** * Restores CS default model for player. * * @param id Player index. */ native cs_reset_player_model(id)
Usage
| id | Player index. |
| model | Custom model's short name. |
Defined in
cs_player_models_api.inc
at line 21
.
This documentation was automatically generated from source.