AMX Mod X API Documentation

Signature
native ns_set_player_skin(id, skin = -1);
Description

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

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