Hi again!
I have this script:
And it gives me this error when executed:
What can I do to fix it?
Thanks!
I have this script:
Code:
function onThink(interval, lastExecution, thinkInterval)
doBroadcastMessage("We encourage you to invite your friends to this server :-)")
end
And it gives me this error when executed:
Code:
[29/10/2013 18:25:41] > Broadcasted message: "We encourage you to invite your friends to this server :-)".
[29/10/2013 18:25:41] [Error - GlobalEvents::think] Couldn't execute event: reklama
What can I do to fix it?
Thanks!