22.05.2012, 17:06
If your using BlueGs plugin try putting this in ONGameModeInit.
It creates a file called mysql_log.txt in your server directory, see what is happening in that file when you run this code.
There's also no point in freeing the result there because UPDATE queries don't return data. (you never use mysql_store_result() )
pawn Код:
mysql_debug(1);
There's also no point in freeing the result there because UPDATE queries don't return data. (you never use mysql_store_result() )