Remove MAX_PLAYERS define assocaited to get_players.

This commit is contained in:
Arkshine
2014-07-20 15:15:45 +02:00
parent 7b96b4df22
commit ee2ae84d7a
17 changed files with 42 additions and 42 deletions

View File

@ -405,7 +405,7 @@ native get_playersnum(flag=0);
* "g" - ignore case sensitivity.
* "h" - skip HLTV.
* Example: Get all alive CTs: get_players(players,num,"ae","CT") */
native get_players(players[MAX_PLAYERS], &num ,const flags[]="", const team[]="");
native get_players(players[32], &num ,const flags[]="", const team[]="");
/* Gets argument from command. */
native read_argv(id,output[],len);