client_changeclass
- Синтаксис
-
forward client_changeclass(id, newclass, oldclass);
Переменная | Описание |
---|---|
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. |
- Описание
- Called whenever the client's class is changed.
- Возвращает
- Форвард игнорирует возвращаемое значение.