AMX Mod X API Documentation

Signature
forward client_changeteam(id, newteam, oldteam);
Description

Triggered whenever a client's pev->team changes.

Parameters
  • id The id of the client.
  • newteam The team number of the new team.
  • oldteam The team number of the old team.
No return value
Назад
Верх