Page 1 of 1

Not earning grenade if 1x1

PostPosted: Sun Feb 05, 2012 10:56 am
by Neka
Sorry if i post it in wrong place, i dont know different in bugs and troubleshooting.

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

    [...]

Need to check if there 1x1 situation and Deathmatch mode is on

PostPosted: Sun Feb 05, 2012 5:23 pm
by satoon101
I think we have a good solution for this, but I want to test it prior to committing the changes. Thank you for pointing this out.

Satoon

PostPosted: Sun Feb 05, 2012 6:12 pm
by satoon101
Ok, tested and the fix worked. I have committed the changes to the SVN. I'll probably release this version to the public sometime within the next week.

Satoon