06.07.2014, 09:27
(
Последний раз редактировалось Patrick; 06.07.2014 в 12:48.
)
I am here again to report a bug. 3 bugs reported in 1 week! Am I the only one who gets this error on mysql_tquery_inline? Someone please confirm this, basically the problem is every time I use mysql_tquery_inline it produces arguement mismatch error, I have also reported this on Github (https://github.com/pBlueG/SA-MP-MySQL/issues/26)
even this 6 lines code produces argument mismatch
FIXED: Solution on reply #2 (https://github.com/pBlueG/SA-MP-MySQL/issues/26)
even this 6 lines code produces argument mismatch
pawn Код:
inline FetchAccountData(inline_playerid)
{
#pragma unused inline_playerid
printf("inline function called ply_id: %i", playerid);
}
mysql_tquery_inline(dbHandle, "SELECT Username FROM Accounts WHERE Username = 'pds2k12'", using inline FetchAccountData, "i", playerid);