mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-24 07:23:42 +03:00
Increased buffer size for get_players_ex
This commit is contained in:
parent
026aad6c41
commit
7e7a0a6e42
@ -867,7 +867,7 @@ stock set_task_ex(Float:time, const function[], id = 0, const any:parameter[] =
|
||||
*/
|
||||
stock get_players_ex(players[MAX_PLAYERS], &num, GetPlayersFlags:flags = GetPlayers_None, const string[] = "")
|
||||
{
|
||||
new strFlags[10];
|
||||
new strFlags[12];
|
||||
get_flags(_:flags, strFlags, charsmax(strFlags));
|
||||
get_players(players, num, strFlags, string);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user