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.
This forward ignores the returned value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.