29.03.2013, 08:18
Hi!
Yesterday I'd tried to change my BlueG's MySQL plugin from r5 or 6 to r15. I've got this error:
(I don't have FlsGetValue in my Kernel32.dll)
I don't know where, but I read that the newest MySQL plugin is for vista and up (I have xp). And here is the question - this is true or false?
mysql_query(dbHandle, "SELECT * FROM `ipb_members` WHERE `username` = '%s'", "onPlayerLogin", "s", PlayerName(playerid));
Yesterday I'd tried to change my BlueG's MySQL plugin from r5 or 6 to r15. I've got this error:
(I don't have FlsGetValue in my Kernel32.dll)
I don't know where, but I read that the newest MySQL plugin is for vista and up (I have xp). And here is the question - this is true or false?
__________________________________________________ ___________________________________
Second question. To today I was using only mysql_query, not mysql_function_query, so I don't know how it works. Can you explain me that? This is correct query?mysql_query(dbHandle, "SELECT * FROM `ipb_members` WHERE `username` = '%s'", "onPlayerLogin", "s", PlayerName(playerid));