23.04.2015, 18:44
public OnGameModeExit()
{
print("\n[OnGameModeExit] Shutting down...");
new File:f = fopen("nonexistentfile", io_read), _s[1];
fread(f, _s); // 615 Line
fclose(f);
return 1;
}
{
print("\n[OnGameModeExit] Shutting down...");
new File:f = fopen("nonexistentfile", io_read), _s[1];
fread(f, _s); // 615 Line
fclose(f);
return 1;
}

