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

Autobroadcast a command every 3 hour!

i think you could do this at certain times
im not sure tho im just trying to help ya out.. lol
PHP:
<globalevent name="zombieevent" time="6:00" event="script" value="my_script.lua"/>
or
7200 = 2 hours
PHP:
<globalevent name="zombieevent" interval="7200" event="script" value="my_script.lua"/>
 
Okey seems to be nice but i still need help with the script who gonna make the /command :p
 
I think you need edit this:

Code:
('name of random npc')
<-- add a npc name which is created ingame then test the code!
 
Back
Top