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

Storagevalue

Xluniz

New Member
Joined
Nov 21, 2008
Messages
28
Reaction score
0
how does this lua code work?
setPlayerStorageValue(uid,valueid, newvalue)

what does the params mean?
 
uid - the target player
valueid - the key of the storage in the data base
newvalue - the actual number of the storage (you can only have one storage value per key/valueid)

example: setPlayerStorageValue(cid, 1, 30015)
 
Back
Top