• 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!

Lua is it possible to make an account storage id for tfs 0.3.6?

ghettobird

LUA newbie
Joined
Aug 17, 2013
Messages
679
Reaction score
132
Location
OTland
Hiho OTlanders, it's me again...
And for the first time I come with a question...

Is it possible to make a storage id *like player storage id* but for an account? (keep in mind I'm on tfs 0.3.6)

So this is the challenge of the day, have fun :) !
 
@Limos I tested those already, ended up with this
Code:
mysql_real_query(): UPDATE `account_storage` SET `value` = 268451737 WHERE `key`=259 LIMIT 1'); - MYSQL ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '')' at line 1 (1064)
 
Back
Top