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

Storage value highscores

Nightimarez

New Member
Joined
Jul 24, 2008
Messages
287
Reaction score
2
So every time a player kills another player, he gets +1 value of a storage.
I'd like a highscores for the value of certain storage.
 
making the storage is simple enough

making the statue you either use a query like Synthetic said(but note that it'll only update when a player logs out or is saved) or you can get the values when the server starts and store them in a table and every time you increase that value in the player you update that table, the statue simply reads the values from the table
 
yes it's possible but you have to get the storage value from the database (because that's where they are stored) meaning when people start to use this item over time, the more people on the table & the more people using the statue it will eventually start to cause lag on the server (epically if you're hosting via windows)
 
Back
Top