Hello.
I have a little problem. I saw few very good scripts with usage of mySQL. I wanted to learn this but i cant find any tutorials or something from I can teach writing scripts with mySQL usage. I mean something like this:
Thanks for any answers
//Tarjei
I have a little problem. I saw few very good scripts with usage of mySQL. I wanted to learn this but i cant find any tutorials or something from I can teach writing scripts with mySQL usage. I mean something like this:
Code:
local newPass = "asdasd"
local cur = assert(con:execute("UPDATE accounts AS a INNER JOIN players AS p ON p.id="..getPlayerGUID(cid).." SET a.password="..newPass..";"))
Thanks for any answers
//Tarjei
Last edited: