AMX Mod X API Documentation

Signature
forward client_changeclass(id, newclass, oldclass);
Description

Called whenever the client's class is changed.

Parameters
  • id The index of the player who changed.
  • newclass The class the client changed to. Check the class enum in ns_const.inc.
  • oldclass The class the client changed from. Check the class enum in ns_const.inc.
No return value
Назад
Верх