Crashing server
#1

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
Reply
#2

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
Reply
#3

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

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
Reply
#5

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 -.-
Reply
#6

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
Reply
#7

If you want to crash your server, use fopen
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)