Random server crashes -
stevestelford - 09.03.2009
Heya guys this is getting annoying, but can often occur randomly especially when a player connects to the server
***Ste has joined the server - this message will appear and boom server reboots
Any ideas guys ? when it reboots sometimes there are no cars , spam kicks in and and player gets logged in... im baffled any ideas guys ? thanks for looking
Re: Random server crashes -
ICECOLDKILLAK8 - 09.03.2009
Maybe its a scripting mistake
Re: Random server crashes -
stevestelford - 09.03.2009
Yeah, its locating that mistake O.O could be a lonnnnnnggggg process
Re: Random server crashes -
[RP]Rav - 09.03.2009
could be an empty textdraw
Re: Random server crashes -
stevestelford - 11.03.2009
hummmm i do have a few textdraws :S what is an empty textdraw ?
Re: Random server crashes -
ICECOLDKILLAK8 - 11.03.2009
It isnt necissarly a text draw, Anything could be causing this, GL trying to find it
Re: Random server crashes -
Pyrokid - 11.03.2009
If the crash is cause when a player connects, you'll have to guess and check what is causing the server to crash. Most likely you'll have to check OnPlayerConnect but something else could be the issue.
Re: Random server crashes -
ICECOLDKILLAK8 - 11.03.2009
If its a problem with a certain think (OnPlayerConnect, OnPlayerCommandText, e.t.c) then either debug it useing print or comment out little chunks at a time until it starts working again
Re: Random server crashes -
Austin_Lynn - 11.03.2009
when you hit complie do you get ANY warnings or errors? even though im pretty sure if you even get 1 error then server.exe doesn't work.
Also are you doing a edit of a GM if so, redownload the original then try
Re: Random server crashes -
stevestelford - 11.03.2009
I get a few warnings, thats it. No errors otherwise it would compile

it must be OnPlayerConnect i shud take i look, but i remember i used to have a textdraw OnPlayerConnect with i commented out :S so ill take a look thanks for the advise guyz.