mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Add spaces between flags
This commit is contained in:
parent
8b4c26625c
commit
7ac1c39538
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user