25.12.2017, 14:18
Hello, I have a war system on my server.
When the war is over the server should calculate how had the most kills.
I use something like this:
And this is the the callback that isn't called.
https://pastebin.com/ZKBJ4QVn
I try with printf, same, nothing in server_log
When the war is over the server should calculate how had the most kills.
I use something like this:
Код:
mysql_format(SQL, gString, sizeof gString, "SELECT * FROM `warlogs` WHERE `WarID` = '%d';", warid); mysql_tquery(SQL, gString, "checkBestScore", "dddd", i, warid, attackers, defenders);
https://pastebin.com/ZKBJ4QVn
I try with printf, same, nothing in server_log