15.04.2012, 14:25
Great Plugin! But I've got a problem. With Windows 7 x64 it works really well but on our Linux Ubuntu (v10.04.4) Server everytime I start the server I got this error:
"socket_listen(): Socket has failed to bind on port 776."
Sorry but I nerver worked with sockets so I don't know how to use them. Can someone help me?
"socket_listen(): Socket has failed to bind on port 776."
pawn Code:
#define SOCKET_PORT 776
new Socket:socketconnection;
//OnGamemodeInit()
socketconnection = socket_create(UDP);
socket_listen(socketconnection, SOCKET_PORT);