Posts: 47
Threads: 6
Joined: Dec 2012
Reputation:
0
Hello.
I've launched the script, compiled with no errors/warnings, uploaded all plugins(sscanf,Streamer and audio, MySQL failed although I put the latest version)
Anyway, When I enter the server, I register, It's say's "Loading" and few seconds later "Server closed connection"..
Any help will be appriciate.
Posts: 100
Threads: 4
Joined: Oct 2012
Reputation:
0
Check if there is a timer that kicks you.
The other possible problem may be the server crashing as it takes your client some time to check the connection.
Check if samp-server.exe is still open as it kicks you from the server.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Install crashdetect and show the server log after the possible "crash".
By the way, if you're using MySQL for saving the data and it failed to load it, it shouldn't allow you to keep going.
Posts: 47
Threads: 6
Joined: Dec 2012
Reputation:
0
Yes it kicks, and in the console it says that I left.
Posts: 100
Threads: 4
Joined: Oct 2012
Reputation:
0
Then inside your script check if it's kicking you.
Search for "Kick(" as I don't know if you're using a different integer for playerid. From there you'll find your problem, should be inside the register section.
Posts: 100
Threads: 4
Joined: Oct 2012
Reputation:
0
Are you launching a linux version on a windows platform?