Hi guys, i've been trying to retrieve a value ( warning level ) from a table but i keep receiving
[IMG]http://i.gyazo.com/c5c1cab97d5a86eb1bd8dcb0b7a53351.png[/IMG]
I've this:
[code]
local warnings = db:query("SELECT warnings FROM Information WHERE id = '"..target_ply:SteamID().."'")
[/code]
id = varchar 255
warnings = int (11)
Any clue of what's wrong :( ?
Sorry, you need to Log In to post a reply to this thread.