Skip to content

Instantly share code, notes, and snippets.

@henrykvdb
Created July 3, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrykvdb/6ee2d8bd8e58246f023ae2a57df12800 to your computer and use it in GitHub Desktop.
Save henrykvdb/6ee2d8bd8e58246f023ae2a57df12800 to your computer and use it in GitHub Desktop.
GlobalOffensive.prototype.custom = function(a,d,m) {
this._send(Language.Client2GCEconPreviewDataBlockRequest, Protos.CMsgGCCStrike15_v2_Client2GCEconPreviewDataBlockRequest,
{
"param_s": "0",
"param_a": a,
"param_d": d,
"param_m": m
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment