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

Problem with cast system

castielw

What can I say :P
Joined
Sep 14, 2014
Messages
40
Reaction score
5
Hello, I got some problems with my cast system for some reason I keep getting this error in my console I don´t really know why /cast on, /cast off works perfectly but people can´t watch the cast this is the error btw I use tfs 0.4 (client 8.6) and the globalevent script
1kV67mw.png

Code:
function onThink(interval)
    for _, pid in pairs(getCastOnline()) do
        doPlayerSave(pid)
    end
    return true
end
 
It's purchased? In any case it'd be interesting to see if it was installed properly, simply by viewing the lua function initialization which wouldn't uncover any especial code, your choice.

Ignazio
 
Back
Top