05.02.2018, 00:08
Try adding https://sampwiki.blast.hk/wiki/MySQL/R40#mysql_log
in OnGamemodeInit.
This should bring the log out, just check the subfolders such as scriptfiles and the servers base folder (where sa-mp-server.exe is) before you do, just to be completely sure it's not there as it seems like it should be there regardless of the setting.
If anything, if it's 'messed with to much' it'd just be a case of seeing what it is indeed doing. This should be able to handle what you're wanting.
Код:
mysql_log(ALL);
This should bring the log out, just check the subfolders such as scriptfiles and the servers base folder (where sa-mp-server.exe is) before you do, just to be completely sure it's not there as it seems like it should be there regardless of the setting.
If anything, if it's 'messed with to much' it'd just be a case of seeing what it is indeed doing. This should be able to handle what you're wanting.