Hi again! but i proof and it didn't work for me, but after searching more and more posts about this error, I found a solution that works, which is the following:
PHP Code:
public forward_playbackevent(flags, invoker, eventindex)
{
if ( !( 1 <= invoker <= 32 ) || !is_user_alive(invoker) ) return FMRES_IGNORED
if ( !gHasBatman[invoker] ) return FMRES_IGNORED
// we do not need a large amount of smoke
if( eventindex == g_eventid_createsmoke)
return FMRES_SUPERCEDE
return FMRES_IGNORED // FMRES_IGNORED
}
pd: I made the thread because I saw like 15 posts with the same error and none had a solution but just after posting I found one with a solution for me... but thanks for the time!