ConnectAnnounce: another fix
should be last fucking fix. now those who never used !joinmsg should also appear as csay
This commit is contained in:
parent
5d513b0cce
commit
086040f184
@ -396,8 +396,16 @@ public void TQueryCB(Handle owner, Handle rs, const char[] error, any data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
CPrintToChatAll(sRawMsg);
|
CPrintToChatAll(sRawMsg);
|
||||||
|
for(int i = 1; i <= MaxClients; i++)
|
||||||
|
{
|
||||||
|
if(!g_bHideCsays[i] && IsClientInGame(i))
|
||||||
|
{
|
||||||
|
PrintCenterText(i, "%s %s %s", "[VIP]", sName, "connected");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//----------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------
|
||||||
// Purpose:
|
// Purpose:
|
||||||
|
Loading…
Reference in New Issue
Block a user