Vurama

[SOLVED] Infistar v46 Event handler kick

2 posts in this topic

hey christian, the last update V46 is kicking off + tempban on all players only admin can login: templog and AH as follows:

26-04-2016 04:17:51 infiSTAR.de | TEMPBANNED | Daxxx(76xxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 04:20:41 infiSTAR.de | TEMPBANNED | Daxxx(76xxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 04:21:10 infiSTAR.de | TEMPBANNED | SpxxxFace(765xxxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 04:25:36 infiSTAR.de | TEMPBANNED | Daxxx(7656xxxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 04:33:23 infiSTAR.de | TEMPBANNED | Daxxx(7656xxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 04:48:42 infiSTAR.de | TEMPBANNED | Daxxx(7656xxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
26-04-2016 05:04:33 infiSTAR.de | TEMPBANNED | Daxxx(7656xxxxxxxxxxxxxxxxx) MissionEventhandler added! Loaded - 1
 

added X for privacy

what do u think is the solution for this i have tried what i know to fix it,

thanks 

Share this post


Link to post
Share on other sites

Thanks for sharing, I've added options for that new check now :)

Quote

/*
    it is highly recommended to have this check turned on (checkMissionEventhandler = true;)
    shows "MissionEventhandler added! NAME - ID" in the logs.
    
    if your logs show:
    26-04-2016 04:17:51 infiSTAR.de | TEMPBANNED | SomeDude(SomeUIDxx) MissionEventhandler added! Loaded - 1
    That means that you had {'Loaded',0} and it needs to be put to {'Loaded',1} to allow 1 of these handlers 
*/
checkMissionEventhandler = true;
missionEventhandlers[] =
{
    {'Ended',1},{'Loaded',1},
    {'HandleDisconnect',0},{'EntityRespawned',0},{'EntityKilled',0},{'EachFrame',0},{'MapSingleClick',0},
    {'HCGroupSelectionChanged',0},{'CommandModeChanged',0},{'GroupIconClick',0},{'GroupIconOverEnter',0},
    {'GroupIconOverLeave',0},{'PlayerConnected',0},{'PlayerDisconnected',0},{'TeamSwitch',0},{'PreloadStarted',0},
    {'PreloadFinished',0}
};

 

so please just download v46a :)

 

 

 

 

Share this post


Link to post
Share on other sites
Advertisement
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.