SA-MP Forums Archive
[CRASH]Why this is happening? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [CRASH]Why this is happening? (/showthread.php?tid=98338)



[CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

I found out why my server crashes sometimes.

When player connect, they get to the first step where you need /register or /login.

Well some people will do nothing on that step, and they wait for seconds, then they /q, and server crashes.

and somehow it says this:

Quote:

[15:39:38] [part] mahtavaaa_aa has left the server (1:2)

Like he is kicked, but his not.

The problem is NOT OnPlayerDisconnect...

Someone got solution for this?


Re: [CRASH]Why this is happening? - brett7 - 20.09.2009

so they connect then do /q?


Re: [CRASH]Why this is happening? - AG Adam - 20.09.2009

Try to remove the register/login before playing. Umm and can you explain more?


Re: [CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

Quote:
Originally Posted by brett7
so they connect then do /q?
Yes.

Not everytime, but sometime.

They connect --> they wont /register or /login --> /quit --> Server crash..


Re: [CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

Anyone got ideas?


Re: [CRASH]Why this is happening? - AG Adam - 20.09.2009

Quote:
Originally Posted by AG Adam
Try to remove the register/login before playing



Re: [CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

Quote:
Originally Posted by AG Adam
Quote:
Originally Posted by AG Adam
Try to remove the register/login before playing
What the hell?

Remove register/login before playing? English please.


Re: [CRASH]Why this is happening? - AG Adam - 20.09.2009

Quote:
Originally Posted by ДitisOnHuora
Quote:
Originally Posted by AG Adam
Quote:
Originally Posted by AG Adam
Try to remove the register/login before playing
What the hell?

Remove register/login before playing? English please.
This is alerady in english.

Quote:

MaxPing=9999
ReadPMs=1
ReadCMDs=1
MaxAdminLevel=5
AdminOnlySkins=1
AdminSkin=193
AdminSkin2=170
AntiBot=0
AntiSpam=1
AntiSwear=1
NameKick=0
PartNameKick=0
NoCaps=0
Locked=0
SaveWeap=1
SaveMoney=1
ConnectMessages=0
AdminCMDMessages=0
AutoLogin=1
MaxMuteWarnings=5
MustLogin=1
MustRegister=0

This is from L-Admin 4v2
Quote:

MustLogin=1
MustRegister=0

This is the option that we need.

MustLogin=1
People need to login to play if they are registered.

MustRegister=0
People NOT need to register before playing.

If you got a Gamemode using a register/login system, find this or somethink like this and remove.


Re: [CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

Quote:
Originally Posted by AG Adam
Quote:
Originally Posted by ДitisOnHuora
Quote:
Originally Posted by AG Adam
Quote:
Originally Posted by AG Adam
Try to remove the register/login before playing
What the hell?

Remove register/login before playing? English please.
This is alerady in english.

Quote:

MaxPing=9999
ReadPMs=1
ReadCMDs=1
MaxAdminLevel=5
AdminOnlySkins=1
AdminSkin=193
AdminSkin2=170
AntiBot=0
AntiSpam=1
AntiSwear=1
NameKick=0
PartNameKick=0
NoCaps=0
Locked=0
SaveWeap=1
SaveMoney=1
ConnectMessages=0
AdminCMDMessages=0
AutoLogin=1
MaxMuteWarnings=5
MustLogin=1
MustRegister=0

This is from L-Admin 4v2
Quote:

MustLogin=1
MustRegister=0

This is the option that we need.

MustLogin=1
People need to login to play if they are registered.

MustRegister=0
People NOT need to register before playing.

If you got a Gamemode using a register/login system, find this or somethink like this and remove.
But i need register/login system to be used...


Re: [CRASH]Why this is happening? - ДitisOnHuora - 20.09.2009

I have no idea what would cause that... Because when youre logged in, and you /q, server wont crash and stuff...