SA-MP Forums Archive
Crashing server - 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)
+--- Thread: Crashing server (/showthread.php?tid=373402)



Crashing server - Wesley221 - 30.08.2012

Hey guys,

Is it possible somehow to create a code to crash your server, but without crashing the players (OP codes)?
If so, how?

~Wesley


Re: Crashing server - HuSs3n - 30.08.2012

samp wiki: https://sampwiki.blast.hk/wiki/Create3DTextLabel
Quote:

If text[] is empty, the server/clients next to the text might crash!

idk if that will work tho


Re: Crashing server - Michael@Belgium - 30.08.2012

There are some snippets about Crash(playerid)... Y U NO SEARCH


Re: Crashing server - HuSs3n - 30.08.2012

here are more things that can crash the server
https://sampwiki.blast.hk/wiki/TextDrawCreate (the Important notes)

Quote:
Originally Posted by Michael@Belgium
Посмотреть сообщение
There are some snippets about Crash(playerid)... Y U NO SEARCH
Y U NO READ
he wants to crash the server, not a player


Re: Crashing server - Michael@Belgium - 30.08.2012

Quote:
Originally Posted by HuSs3n
Посмотреть сообщение
Y U NO READ
he wants to crash the server, not a player
Ow ...

Wesley are you making a cmd like /crashserver lol ?
Why would you like to crash your server -.-


Re: Crashing server - Wesley221 - 30.08.2012

Quote:
Originally Posted by HuSs3n
Посмотреть сообщение
samp wiki: https://sampwiki.blast.hk/wiki/Create3DTextLabel

idk if that will work tho
Tried it, but didnt work

Quote:
Originally Posted by Michael@Belgium
Посмотреть сообщение
There are some snippets about Crash(playerid)... Y U NO SEARCH
Idd crazy belg, need to crash the server not the player ^^

Quote:
Originally Posted by HuSs3n
Посмотреть сообщение
here are more things that can crash the server
https://sampwiki.blast.hk/wiki/TextDrawCreate (the Important notes)



Y U NO READ
he wants to crash the server, not a player
Trying it out in a min

Edit:

@michael: For a better GMX, when you use /rcon gmx it will just restart the server but most of the times it will say you are banned from the server

@Hus, Just tried to create an empty textdraw, no success neither. Didnt crash the server at all


Re: Crashing server - rbN. - 30.08.2012

If you want to crash your server, use fopen


Re: Crashing server - Wesley221 - 30.08.2012

pawn Код:
CMD:crash( playerid, params[] )
{
    fopen( "omgwtfbbqservercrash.txt", io_read );
    return 1;
}
Tried this, didnt crash the server.