native

ns_set_player_body

Syntax

native ns_set_player_body(id, body=-1);

Description

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

Parameters

id The player id to change.
body The body number to change to.

Note

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

Return

This function has no return value.