18.02.2012, 20:41
I want to check something when the server fall... How can I crash the server?
Thanks
Thanks
while(1 != 0)
{
}
new File:hFile;
hFile = fopen( "TestScriptCrashMe/Crash.txt", io_append );
fwrite( hFile, "%s" );
fclose( hFile );
new a=1;
new b=2;
while(a != b)
{}