Not earning grenade if 1x1
Posted: Sun Feb 05, 2012 10:56 am
Sorry if i post it in wrong place, i dont know different in bugs and troubleshooting.
Problem there (gg_earn_nade,):
Need to check if there 1x1 situation and Deathmatch mode is on
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