MAX_PLAYERS: Change value in includes
This commit is contained in:
@ -1221,7 +1221,7 @@ native get_playersnum(flag=0);
|
||||
*
|
||||
* @noreturn
|
||||
*/
|
||||
native get_players(players[32], &num, const flags[]="", const team[]="");
|
||||
native get_players(players[MAX_PLAYERS], &num, const flags[]="", const team[]="");
|
||||
|
||||
/**
|
||||
* Retrieves argument of client command.
|
||||
|
Reference in New Issue
Block a user