Posts: 4
Threads: 0
Joined: Oct 2007
Reputation:
0
I get this error:
Failed (plugins/sockets.so: undefined symbol: sock)
When running the plugin on Linux. I tried both compiling it myself on Linux and using the one I downloaded.
Posts: 1,461
Threads: 71
Joined: Oct 2010
the plugin receive sokects from visual basic?
im lost for my bad english is basic :S
Posts: 1,461
Threads: 71
Joined: Oct 2010
Bug StrickenKid in your Plugin
show here
is for the connection localhost?
Posts: 181
Threads: 10
Joined: Nov 2008
Reputation:
0
I am trying to get this to work with the PHP sockets.
Doesn't like to work.
I am sending information after establishing a connection, if it isn't a host, it isn't able to use the send callback to respond on it.
On both php and sa mp server the settings are as it should be: up and running.
Why?
Posts: 498
Threads: 34
Joined: Jan 2010
Reputation:
0
please, somebody tell me exactly what is the issue with this plugin
Posts: 12
Threads: 2
Joined: Nov 2007
Reputation:
0
The data string in OnSocketReceive doesn't seem to be unset properly:
First, I sent the text: "This is a test" in which a
printf("%s",data);
returned "This is a test" as expected.
Then, I sent the text: "lmao" and the same printf returned: "lmao is a test"
This is a good idea but this issue makes the plugin completely unusable.
//Using the windows .dll downloaded from the original post.
Posts: 867
Threads: 104
Joined: Jul 2010
Reputation:
0
is it possible to get players position's and names from another server?
Posts: 52
Threads: 3
Joined: Oct 2006
Reputation:
0
Of course. You dont even need a plugin for the names.
For the positions you need a plugin on both servers.
Posts: 228
Threads: 27
Joined: Nov 2008
Reputation:
0
Would this be the same as fpsockopen and fpget?
Posts: 19
Threads: 5
Joined: Jul 2010
Reputation:
0
someone could compile the plugin on linux and it works?
Posts: 65
Threads: 7
Joined: Mar 2008
Reputation:
0
Someone can fix the bug with the message:
"Failed (plugins/sockets.so: undefined symbol: sock)" on linux systems?