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

[HELP]Reborn Barrier

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
Hello, have a script that every 12h allows you to take rebirth and how do I do that for example from 1 to 10 rebirth can be done without barriers such as time and 11 to 20 every 3 hours.

Please help me.


Code:
if getPlayerStorageValue(cid,conf.storage2) > os.time() then
            doPlayerSendCancel(cid,"You can not use reborn for 12 hours.")
            return true
       end
 
Back
Top