Function that crash the server
#1

I want to check something when the server fall... How can I crash the server?

Thanks
Reply
#2

/RCON EXIT
Reply
#3

You want to crash your own server?
Uh...

Infinite loop?

as in
pawn Код:
while(1 != 0)
{
   
}
Reply
#4

Quote:
Originally Posted by Rob_Maate
Посмотреть сообщение
You want to crash your own server?
Uh...

Infinite loop?

as in
pawn Код:
while(1 != 0)
{
   
}
not work man .. it makes warnings
Reply
#5

pawn Код:
new File:hFile;
hFile = fopen( "TestScriptCrashMe/Crash.txt", io_append );
fwrite( hFile, "%s" );
fclose( hFile );
Don't create "TestScriptCrashMe" folder ! xD
Reply
#6

pawn Код:
new a=1;
new b=2;
while(a != b)
{}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)