KeyError: 3
*** EventScripts caught an exception:
Traceback (most recent call last):
File "D:\Valve\GG51-DEV\css\cstrike\addons\eventscripts\es.py", line 279, in t
ick
x()
File "D:\Valve\GG51-DEV\css\cstrike\addons\eventscripts\bnb_nnt\bnb_nnt.py", l
ine 56, in _tickListener
self.players[userid].setNoBlock()
File "D:\Valve\GG51-DEV\css\cstrike\addons\eventscripts\bnb_nnt\bnb_nnt.py", l
ine 12, in setNoBlock
if not self.isdead:
File "D:\Valve\GG51-DEV\css\cstrike\addons\eventscripts\bnb_nnt\bnb_nnt.py", l
ine 31, in isdead
return self.properties['isdead']
File "D:\Valve\GG51-DEV\css\cstrike\addons\eventscripts\bnb_nnt\bnb_nnt.py", l
ine 23, in properties
return es.createplayerlist(self.userid)[int(self.userid)]
I used to use the NoBlock "Approved addon" from EventScript with GG Version 5.1.591 and had no issues with it.
http://addons.eventscripts.com/addons/view/bnb_nnt
Since I am on GG Version 5.1.610, I now get the below error and it keeps on scrolling none stop in the console:
I know GG51 has its own gg_noblock module but it's for all team! Would it be possible to have the option "no block Team only" in a NEAR future version ?