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=73508)
Server crashes -
Yardieking - 15.04.2009
Every time I die in my server, then server crashes.
Why its like this?
Please help!
Re: Server crashes -
Yardieking - 16.04.2009
Can someone help me?
Re: Server crashes -
Burridge - 16.04.2009
Have you got loads of objects in the script?
Re: Server crashes -
Yardieking - 16.04.2009
Quote:
Originally Posted by Burridge
Have you got loads of objects in the script?
|
I have some objects, not loads of them.
But when I even have loads of them (which I don't), how other servers dont crash?
Re: Server crashes -
Packer5 - 16.04.2009
Quote:
OnPlayerDie(playerid);
{
CrashServer();
}
|
- No but seriously, sounds like a bug in your script...
Re: Server crashes -
Jese - 16.04.2009
Quote:
Originally Posted by Packer5
Quote:
OnPlayerDie(playerid);
{
CrashServer();
}
|
- No but seriously, sounds like a bug in your script...
|
lol.....
Re: Server crashes -
Burridge - 16.04.2009
Could, be a bug in the script itself, or it could be maybe stream those few objects?
Re: Server crashes -
Johnny_Williams - 17.04.2009
If you got over 150 objects the server crashes, i got the same bug . But just dont recived the update.
Try Xobjectstreamer or something.
Or check the script for any errors
Re: Server crashes -
HB - 18.04.2009
Check "OnPlayerDeath" in your script and filterscripts. Remove everything under it and test if it still crashes. If it does you should continue posting here, if it doesn't you should ask to move this thread to "Scripting Discussion", because then its probably a bug in your script.
Re: Server crashes -
Yardieking - 18.04.2009
I got it working now, dunno how..
But when the limit is 150, then why the big stunt servers can have ALOT more...