mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 05:13:21 +00:00
Add url to plugin info & update all to 1.11
This commit is contained in:
parent
d41a10f61e
commit
de69e0c535
41 changed files with 59 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue