Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
for _, pl in pairs(getPlayersOnline()) do
doSetPlayerStorageValue(pl,2323,2323)
end
however, if you want everyone to have that storage value, you'll have to edit login.lua to check if their storage value is -1 and if it is then set as 2323
(or, of course, edit the database, but i'm not so good with mysql scripts)
well the only true way would be to set it on login.lua
personally I can't see the point in setting everyone's storage for that to 2323 when by default any unused player storage values are -1, so if you needed to check if they've done something etc just check for -1 instead of 2323