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

Your Master

♫ ₥ẳ₱₱ễᏑ ♫
Joined
Dec 11, 2008
Messages
244
Reaction score
0
Can I get functions:
Code:
doPlayerSetStorageValue(uid, key, newValue)
getPlayerStorageValue(uid, key)

I don't know where it is so can You give it to me?
I want only code no "How it works" :thumbup:
 
doPlayerSetStorageValue(uid, key, newValue)
Add a new storage value to the player

getPlayerStorageValue(uid, key)
look if he have the storage value
 
Back
Top