I need healthmax of my character but it returns true, instead of a number
using tfs 1.0
LUA:
local currentHealth = db.query("SELECT `healthmax` FROM `players` WHERE `players`.`id` = " .. getPlayerGUID(oldPlayer) .. ";")
print(currentHealth)
using tfs 1.0