• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

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"/>
 
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