01.03.2015, 23:01
You get the error because you have not selected the player's data from the MySQL.
I.e:
That's the terminology of how you should select it, within a proper mysql_tquery function and after being formatted, of course.
After that, you'll be able to retrieve the cache which is actually what you have selected using that former syntax.
I.e:
pawn Код:
"SELECT * FROM `accounts` WHERE `Username` = '%s'"
After that, you'll be able to retrieve the cache which is actually what you have selected using that former syntax.