Lava Titan
Developer
Hey, I've been trying to make a query to get player points in TFS 1.1 since theres no functions to getPoints...
I just don't know how to get the result from the stored query, can any1 explain me?
Code:
print(db.storeQuery("SELECT `premium_points` FROM `accounts` WHERE `id` = "..player:getAccountId()..""))
I just don't know how to get the result from the stored query, can any1 explain me?