We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcbcbd7 + 9ad6898 commit a53febbCopy full SHA for a53febb
1 file changed
game/addons/sourcemod/scripting/sbpp_comms.sp
@@ -122,14 +122,15 @@ int ConfigWhiteListOnly = 0;
122
int serverID = 0;
123
124
/* List menu */
125
-enum PeskyPanels
+enum
126
{
127
curTarget,
128
curIndex,
129
viewingMute,
130
viewingGag,
131
viewingList,
132
-}
+ PeskyPanels,
133
+};
134
int g_iPeskyPanels[MAXPLAYERS + 1][PeskyPanels];
135
136
bool g_bPlayerStatus[MAXPLAYERS + 1]; // Player block check status
0 commit comments