I made this script that broadcast a message every 5 minutes...
it broadcast the message but.. this appear in the console:
Here is my globalevent.xml...
Help!
it broadcast the message but.. this appear in the console:
Code:
[Error - GlobalEvents::onThink] Couldn't execute event: event
Here is my globalevent.xml...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<globalevents>
<globalevent name="save" interval="900" script="save.lua"/>
<globalevent name="clean" interval="7200" script="clean.lua"/>
<globalevent name="event" interval="300" script="information.lua"/>
</globalevents>
Help!