ConnectAnnounce: another fix

should be last fucking fix. now those who never used !joinmsg should also appear as csay
This commit is contained in:
Dogan 2019-01-11 17:12:56 +01:00
parent 5d513b0cce
commit 086040f184

View File

@ -396,8 +396,16 @@ public void TQueryCB(Handle owner, Handle rs, const char[] error, any data)
}
}
else
{
CPrintToChatAll(sRawMsg);
for(int i = 1; i <= MaxClients; i++)
{
if(!g_bHideCsays[i] && IsClientInGame(i))
{
PrintCenterText(i, "%s %s %s", "[VIP]", sName, "connected");
}
}
}
}
//----------------------------------------------------------------------------------------------------
// Purpose: