29.03.2014, 05:29
Not really sure about how exactly MySQL works but would using..
be the same as..
?
I've no idea what mysql_tquery actually is so..
You could always replace it with OnAccountCheck(playerid); and see if it works.
pawn Код:
mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid);
pawn Код:
OnAccountCheck(playerid);
I've no idea what mysql_tquery actually is so..
You could always replace it with OnAccountCheck(playerid); and see if it works.