AMX Mod X API Documentation

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

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

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