[debug] Server crashed
#1

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? :/
Reply
#2

see your "OnPlayerConnect".
Reply
#3

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
Reply
#4

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;
}
Reply
#5

Yep fix your Register System and will be fixed
Reply
#6

You have some problems in your Login and Register System, maybe re-make a new one FIXED of course!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)