AN: print on wrong place :lenny:
This commit is contained in:
parent
1d819d190a
commit
3c7ebff11f
@ -258,6 +258,9 @@ public Action Command_AntiNoob(int client, int args)
|
||||
if(g_bNoSteam)
|
||||
CPrintToChat(client, "{cyan}[AntiNoob]{white} Large Amount of No-Steam Players detected.");
|
||||
|
||||
if(g_bMidRound)
|
||||
CPrintToChat(client, "{cyan}[AntiNoob]{white} Large Amount of Zombies detected.");
|
||||
|
||||
CPrintToChat(client, "%s", cAdminNotification);
|
||||
|
||||
return Plugin_Handled;
|
||||
@ -404,9 +407,6 @@ public void OnRoundStart(Event hEvent, const char[] sEvent, bool bDontBroadcast)
|
||||
if(g_bNoSteam)
|
||||
CPrintToChat(i, "{cyan}[AntiNoob]{white} Large Amount of No-Steam Players detected.");
|
||||
|
||||
if(g_bMidRound)
|
||||
CPrintToChat(i, "{cyan}[AntiNoob]{white} Large Amount of Zombies detected.");
|
||||
|
||||
CPrintToChat(i,"%s", cAdminNotification);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user