AMX Mod X API Documentation

Signature
native ns_set_player_body(id, body = -1);
Description

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

Notes
  • The body does not revert on death, teamswitch, gestation, etc.
Parameters
  • id The player id to change.
  • body The body number to change to.
No return value
Назад
Верх