23.07.2011, 09:11
When I do this in OnGameModeExit the server crashes when I close the server/ change the gamemode:
crashdetect says that it is crashed by Profiler_PrintStats.
It is still crashing without the crashdetect plugin.
I put
in OnGameModeInit.
I'm not sure if I used it wrongly...
pawn Code:
Profiler_Stop();
Profiler_PrintStats("scriptfiles/test.html");
It is still crashing without the crashdetect plugin.
I put
pawn Code:
Profiler_Init("gamemodes/scfri.amx");
Profiler_Start();
I'm not sure if I used it wrongly...

