native

ns_set_player_model

Syntax

native ns_set_player_model(id, const szModel[]="");

Description

Sets a player model. Omit the second parameter to return to default

Parameters

id The player id to change.
szModel The model to change to.

Note

The model does not revert on death, teamswitch, gestation, etc.

Return

This function has no return value.