[debug] Server crashed - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [debug] Server crashed (
/showthread.php?tid=381525)
[debug] Server crashed -
GrInDzO - 29.09.2012
Hey there!
I have a little bit problem.. Well, when i go to my server, its show me login box, okey I log in, show text - you have been loggin in, but then nothing happens, don't show anything and it stuck. Then I add crashdetect plugin and now it shows me this:
Code:
[join] Krekers[Slayker] has joined the server (0:xx.xxx.xx.xxx)
[debug] Server crashed while executing SLAYKE~2.amx
[debug] AMX backtrace:
[debug] #0 ffffffff in main () from SLAYKE~2.amx
[debug] System backtrace:
(xx.xxx.xx.xxx - my IP, I don't show it )
Can anyone help? :/
Re: [debug] Server crashed - next-studio|TheKiller - 29.09.2012
see your "OnPlayerConnect".
Re: [debug] Server crashed -
GangsterLifeRP - 29.09.2012
Your register system is Bugged/corrupt/fuckedup you need to fix this and you will be able to log in and stuff
i personally do not know how to do this, all i kn ow is that your Register system is broke and needs fixing bro
Re: [debug] Server crashed -
GrInDzO - 29.09.2012
Code:
public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Ievadi paroli!","Parole:","Ielogoties","Iziet");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"Registrejies!","Ievadi registracijas paroli:","Registreties","Iziet");
}
return 1;
}
Re: [debug] Server crashed -
GangsterLifeRP - 29.09.2012
Yep fix your Register System and will be fixed
Re: [debug] Server crashed -
Red_Dragon. - 01.10.2012
You have some problems in your Login and Register System, maybe re-make a new one FIXED of course!