Add spaces between flags

This commit is contained in:
OciXCrom 2018-09-13 16:03:07 +02:00
parent 8b4c26625c
commit 7ac1c39538

View File

@ -92,7 +92,7 @@ public showMsg()
if (g_amx_scrollmsg_only_dead)
{
new players[MAX_PLAYERS], pnum;
get_players_ex(players, pnum, GetPlayers_ExcludeBots|GetPlayers_ExcludeHLTV|GetPlayers_ExcludeAlive);
get_players_ex(players, pnum, GetPlayers_ExcludeBots | GetPlayers_ExcludeHLTV | GetPlayers_ExcludeAlive);
for (new i; i < pnum; i++)
{