Ways to crash server without natives?
#2

Well a simple way to crash the server, if this is what your asking, is off the top of my head doing this:

Код:
SetPlayerName(dummyid, "");
Setting a players name to blank WILL crash the server.

------------------------------------------------------

Doing it in another way would be an array out of bounds (but I think this is caught):

Код:
new dummyvar;
new dummyarray[12];
dummyvar = dummyarray[12];
Causing an array out of bounds exception WILL crash the server (or not execute any code done after this)

------------------------------------------------------

Otherwise, I think all scripting errors are caught, only SA-MP natives will crash the server.
Reply


Messages In This Thread
Which kinds of scripting errors can lead to a server crash? - by 0x5A656578 - 18.06.2011, 00:50
Re: Ways to crash server without natives? - by Coelho - 18.06.2011, 04:27
Re: Ways to crash server without natives? - by 0x5A656578 - 18.06.2011, 09:15
Re: Ways to crash server without natives? - by alpha500delta - 18.06.2011, 10:51
Re: Ways to crash server without natives? - by Omega-300 - 20.06.2011, 01:20

Forum Jump:


Users browsing this thread: 1 Guest(s)