26.10.2012, 09:47
(
Последний раз редактировалось Peach; 26.10.2012 в 11:37.
)
Problem has been fixed. I forgot to add mysql_store_result(); in the function.
100% I've been working on this server for a few months now. Never had any problems or errors regarding the MySQL plugin.
I'm using the G-sTyLeZzZ MySQL plugin and it's never let me down. |
I suggest you to use BlueG's one, because it's much better in my opinion plus, it writes you a mysql log.
https://sampforum.blast.hk/showthread.php?tid=56564 Edit: You gotta download R7 for threaded connections. |
public OnGameModeInit()
{
mysql_debug(1); //enable debug
//...
mysql_debug(0); //disable debug
return 1;
}