Problem there (gg_earn_nade,):
def give_nade(userid):
[...]
# Was this the last kill in the round? (CT)
if not getUseridList('#alive,#ct'):
return
# Was this the last kill in the round? (T)
if not getUseridList('#alive,#t'):
return
[...]
[...]
# Was this the last kill in the round? (CT)
if not getUseridList('#alive,#ct'):
return
# Was this the last kill in the round? (T)
if not getUseridList('#alive,#t'):
return
[...]
Need to check if there 1x1 situation and Deathmatch mode is on