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

-

u will need to register the time with something like storages for each player and just adding a counter
maybe onlogin and (player:getLastLoginSaved() == 0)
 
Just add in another row in the player table that stores the creation date of the player and then reference that.
 
Back
Top Bottom