the error code is this
Timer Error: attempt to call a nil value
Hook 'CheckTimers' Failed: lua\includes\modules\timer.lua:164: attempt to compare function with number
and this it the code here
[code]
if ( value.n >= value.Repetitions && value.Repetitions != 0) then
Stop( key )
end
[/code]
[editline]01:08PM[/editline]
thats line
164
165
166
One of your timers has incorrect arguments.
Sorry, you need to Log In to post a reply to this thread.