Raised This Month: $32 Target: $400
 8% 

HTTP callback function giving error 147 on compile


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
dropslays
Junior Member
Join Date: Feb 2016
Old 05-12-2017 , 01:59   HTTP callback function giving error 147 on compile
Reply With Quote #1

I need to use new-style declarations in my callback function here, but I can't for the life of me figure out what's wrong with it. Any help would be appreciated.

PHP Code:
HTTPRequestHandle hPost Steam_CreateHTTPRequest(HTTPMethod_POST"http://192.168.1.12:3000/api/matchover");
Steam_SetHTTPRequestGetOrPostParameterhPost"matchid""5" );
Steam_SetHTTPRequestGetOrPostParameterhPost"winningteam""testing" );  
Steam_SendHTTPRequesthPostHTTPRequestComplete );

public 
HTTPRequestComplete(HTTPRequestHandle HTTPRequestbool requestSuccessfulHTTPStatusCode statusCode) {
        
ServerCommand("endmatch");
        return;

dropslays is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode