SA-MP Forums Archive
Server Crashes - 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: Server Crashes (/showthread.php?tid=90705)



Server Crashes - Pilot Jack - 09.08.2009

Hello,

I have posted before explaining about my game crashing and i said the problem was the vehicles. I have solved the vehicles thing, but it has not changed anything.

Could anyone tell me what other things might cause the game to crash?

I will be very grateful

Thanks


Re: Server Crashes - MenaceX^ - 09.08.2009

If your code is not too long post it, either there's nothing much to do than find a helpful person.


Re: Server Crashes - Klutty - 09.08.2009

Too many objects,
Bad objects,
Much timers (can cause lag and sometimes crashes)


Re: Server Crashes - Pilot Jack - 09.08.2009

Could you explain 'bad objects'?


Re: Server Crashes - Klutty - 09.08.2009

Bad object id's.


Re: Server Crashes - Stunterz - 09.08.2009

Im another admin, and i have cheked the vehicles and we only have 398 Vehicles, witch i not near the limit
EDIT, it has only recently started crashing
EDIT: we have 30 player classes, could that be it?


Re: Server Crashes - Burridge - 10.08.2009

Nope, player classes will not cause crashing (Unless you use an invalid ID). By Bad objects Klutty means object ID's which don't exist. They cause people to crash. To many objects also cause crashing (On death mostly).