Some problem, can't find solution. -
SiRbEaSt - 08.12.2012
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.
Re: Some problem, can't find solution. -
Peach - 08.12.2012
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.
Re: Some problem, can't find solution. -
Konstantinos - 08.12.2012
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.
Re: Some problem, can't find solution. -
SiRbEaSt - 08.12.2012
Yes it kicks, and in the console it says that I left.
Re: Some problem, can't find solution. -
Peach - 08.12.2012
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.
Re: Some problem, can't find solution. -
SiRbEaSt - 08.12.2012
Quote:
Originally Posted by Peach
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.
|
Can't find it :/
Re: Some problem, can't find solution. -
Peach - 08.12.2012
Post your login script.
Re: Some problem, can't find solution. -
SiRbEaSt - 08.12.2012
Quote:
Originally Posted by Dwane
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.
|
Maybe you're right but still I launched with the latest version and it fails.
Re: Some problem, can't find solution. -
Peach - 08.12.2012
Are you launching a linux version on a windows platform?
Re: Some problem, can't find solution. -
SiRbEaSt - 08.12.2012
Quote:
Originally Posted by Peach
Are you launching a linux version on a windows platform?
|
On windows, and what do you mean by "login script"?