Hey guys, I'm having problems with my server. Whenever I start my server it works fine, but completly random it close the sa-mpserver.exe and my server gets offline. I've tried to remove all my filterscripts and I also tried to redownload the server package from sa-mp.com and replaced samp-server.exe with the one in the default server package. So yeah, Im going trough my gamemode now to check what might be causing it, but it's big and will take time.
So I wondered what you guys think is triggering it?
Thanks, [03]Garsino.
Posts: 180
Threads: 25
Joined: Sep 2009
Reputation:
0
Your sexyness.
Urgm, this used to happen to me also, check the Log if possible.. Might be like a program blocking it and closing it randomly. Can't be your script thought.
Posts: 1,498
Threads: 19
Joined: Jun 2009
Reputation:
0
if a redownload didnt fix the problem, its almost always a script problem ( i hate it when that happens xP )
i find a good way to debug if you havent found the problem yet is to call each function separately using a rcon command from the console, have it print 1 on success. helped me when i was building a gm, maybe it'll help you aswell =P
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
Make sure you have all the folders that your scriptfiles require.
Posts: 117
Threads: 2
Joined: Nov 2009
Reputation:
0
Are you sure? Sorry to sound like an idiot, but the largest of problems occur due to tiny faults, verify you have every single scriptfile again.
Posts: 117
Threads: 2
Joined: Nov 2009
Reputation:
0
Are you sure that there's no last commands that get executed before the server crashes? I used to have a similar problem, as I sent an empty string (without realizing).