native
next_hudchannel
Syntax
native next_hudchannel(player);
Description
Returns the next valid hudchannel for the client.
Parameters
| player | Client index |
|---|
Note
This function uses the same method set_hudmessage() uses to determine
the next channel if it is set to auto-select.
Return
Valid hudchannel (1-4)
Error
If the index is not within the range of 1 to MaxClients or
the client is not connected, an error will be thrown.