01.03.2013, 21:16
Dear Forum member...
I have a problem my script has MYSQL and everything is created on the DB
but i cant see the user accounts my SQL says it has no key and it has something to do with this:
If someone can help me out it would be great
I have a problem my script has MYSQL and everything is created on the DB
but i cant see the user accounts my SQL says it has no key and it has something to do with this:
Код:
format(query, sizeof(query), "SELECT `user` FROM `accounts` WHERE user = '%s' AND password = md5('%s')", Name(playerid), pass);