View Single Post
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-05-2017 , 15:30   Re: [DEV] WebSocket Server - Direct connection between webbrowser and gameserver
Reply With Quote #54

Something is wrong with Websocket_Open?


Code:
SourcePawn Compiler 1.8.0.6025
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2015 AlliedModders LLC
 
D:\Sourcemod\WebSocket - Test\websocket_sourcetv2d (1).sp(111) : error 100: function prototypes do not match
 
1 Error.
Line 111
Quote:
g_hListenSocket = Websocket_Open(sServerIP, 12346, OnWebsocketIncoming, OnWebsocketMasterError, OnWebsocketMasterClose);

Last edited by ESK0; 09-05-2017 at 15:30.
ESK0 is offline