What is the expected output? What do you see instead?
Some sort of data. I get nothing
What version of the product are you using? On what operating system?
tmysql3boost server os 2008
Please provide any additional information below.
I can connect the database. I can insert information, however i cannot read
data.
function GM:PlayerAuthed(pl,steamid)
tmysql.query("SELECT `Money`,`Class`,`Classes`,`Skills` FROM `fw_playerdata` WHERE 'SteamID'='"..steamid.."'",
function(res,stat,err)
if err != 0 or !ValidEntity(pl) then return end
LoadFWProfile(pl,res)
end)
end
res returns nil even when there is data that matches the steamid feild. MYSQL
syntax is correct.
Original issue reported on code.google.com by remscar on 26 Mar 2011 at 5:43
Original issue reported on code.google.com by
remscar
on 26 Mar 2011 at 5:43