06.05.2012, 07:25
0.4.1 also crashes my server when there is a runtime error:
0.3.6 doesn't crash the server, but crashdetect 4.7.1 cannot detect any error with the same script above.
pawn Код:
public OnFilterScriptInit()
{
new x = 10,y[1];
y[x] = 1;
return 1;
}