AMX Mod X API Documentation

Signature
native next_hudchannel(player);
Description

Returns the next valid hudchannel for the client.

Notes
  • This function uses the same method set_hudmessage() uses to determine

    the next channel if it is set to auto-select.

Parameters
  • player Client index
Returns

Valid hudchannel (1-4)

Errors
  • If the index is not within the range of 1 to MaxClients or

    the client is not connected, an error will be thrown.

Назад
Верх