• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Talkaction Problem

Lava Titan

Developer
Joined
Jul 25, 2009
Messages
1,557
Solutions
1
Reaction score
89
Location
Portugal
Hey, I've been trying to make a query to get player points in TFS 1.1 since theres no functions to getPoints...

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?
 
wow the issue really was the SPACE...

everyday I learn something it makes me getting more amazed how things work >.<

Thanks for your time, much appreciated!
 
Back
Top