How to start a team balancer
#4

pawn Код:
if(gTeam[playerid] == Zombie)
    zcount++;
else if(gTeam[playerid] == Human)
    hcount++

if(gTeam[playerid] == Human)
    if(hcount >= zcount)
        gTeam[playerid] = Zombie;
If you use the theory above, it should looks like this a bit
Reply


Messages In This Thread
How to start a team balancer - by Kitten - 13.12.2010, 04:28
Re: How to start a team balancer - by The_Gangstas - 13.12.2010, 04:35
Re: How to start a team balancer - by admantis - 13.12.2010, 04:46
Re: How to start a team balancer - by Kwarde - 13.12.2010, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)