mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Fix CS:GO sm_msay
This commit is contained in:
parent
3ca6e5d604
commit
9563fc8f42
@ -408,7 +408,7 @@ void SendPanelToAll(int from, char[] message)
|
||||
mSayPanel.DrawText(message);
|
||||
mSayPanel.DrawItem("", ITEMDRAW_SPACER);
|
||||
|
||||
mSayPanel.CurrentKey = 10;
|
||||
mSayPanel.CurrentKey = GetMaxPageItems(mSayPanel.Style);
|
||||
mSayPanel.DrawItem("Exit", ITEMDRAW_CONTROL);
|
||||
|
||||
for(int i = 1; i <= MaxClients; i++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user