13.05.2015, 10:34
Compile your script with debug info.
Run cmd (as admin), switch to your pawno directory, type 'pawncc "absolute_path_to_your_script" -d2' (or create a pawncc shortcut with those parameters). Then move the .amx from the pawno directory to gamemodes.
Also, back when I used the profiler, it didnt create the logfile when just closing the server. Dont know if this was a gamemode issue or a general thing, but using "gmx" to restart the server works.
Run cmd (as admin), switch to your pawno directory, type 'pawncc "absolute_path_to_your_script" -d2' (or create a pawncc shortcut with those parameters). Then move the .amx from the pawno directory to gamemodes.
Also, back when I used the profiler, it didnt create the logfile when just closing the server. Dont know if this was a gamemode issue or a general thing, but using "gmx" to restart the server works.