forked from UNLOZE/sm-plugins
multiple syntax updates to adjust for 1.11.0.6946 SM build
This commit is contained in:
@@ -270,9 +270,9 @@ typeset SteamWorksHTTPDataReceived
|
||||
|
||||
typeset SteamWorksHTTPBodyCallback
|
||||
{
|
||||
function void (const char sData[]);
|
||||
function void (const char sData[], any value);
|
||||
function void (const int data[], any value, int datalen);
|
||||
function void (const char[] sData);
|
||||
function void (const char[] sData, any value);
|
||||
function void (const int[] data, any value, int datalen);
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
@@ -589,10 +589,11 @@ stock void C_SetupProfile()
|
||||
|
||||
public Action C_Event_MapStart(Event event, const char[] name, bool dontBroadcast)
|
||||
{
|
||||
C_SetupProfile();
|
||||
|
||||
MuCo_LoopClients(i)
|
||||
C_SkipList[i] = false;
|
||||
C_SetupProfile();
|
||||
|
||||
MuCo_LoopClients(i)
|
||||
C_SkipList[i] = false;
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user