SA-MP Forums Archive
Server Crashes - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Crashes (/showthread.php?tid=189271)



Server Crashes - marinov - 11.11.2010

My server crashes everytime someone uses a wrong command, I'm not sure if it is only when he's logged in rcon or not. Did this happen with someone else ? Is there a way to fix it ?


Re: Server Crashes - Flatron - 16.11.2010

Maybe crashes for a lot of objects.
If you using streamer objects then i dont know.
But if you added objects x,y,z to gamemod, so thats why crashes.
Because, gamemod can hold 50objects, streamer can 50k objects.


Re: Server Crashes - arasone - 17.11.2010

Its not the objects. Its the wrong CMD that fucks up. What script are you running ?


Re: Server Crashes - marinov - 17.11.2010

I already fixed, the problem was in something else


Re: Server Crashes - Grim_ - 17.11.2010

Quote:
Originally Posted by Flatron
Посмотреть сообщение
Maybe crashes for a lot of objects.
If you using streamer objects then i dont know.
But if you added objects x,y,z to gamemod, so thats why crashes.
Because, gamemod can hold 50objects, streamer can 50k objects.
I'm sorry to bring up a thread that is already resolved, but I don't want people to read this guys reply and think it may be the problem.

Flatron: Your reply makes no sense. There would be no reason objects would cause a crash when an invalid command is attempted to execute, it is most likely a result of bad code in OnPlayerCommandText or other systems alike (dcmd/zcmd).

The object limit is not 50 either, it is currently 400 since 0.3b release. And saying that a streamer can hold 50k objects is also incorrect, since every streamer has it's own limits. Some may only be able to stream less than that, and others far more. I really depends on the streamer.