native

ns_set_player_skin

Syntax

native ns_set_player_skin(id, skin=-1);

Description

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

Parameters

id The player id to change.
skin The skin number to change to.

Note

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

Return

This function has no return value.