Team score help!(rep+) + Veh save file!
#7

What are you trying to do here?
pawn Код:
switch(gTeam[playerid])
    {
        case TEAM_1: TEAM_1_SCORE++;
        case TEAM_2: TEAM_2_SCORE++;
        default: return 1;
    }
Shouldn't this be:
pawn Код:
switch(gTeam[killerid])
    {
        case TEAM_1: TEAM_1_SCORE++;
        case TEAM_2: TEAM_2_SCORE++;
        default: return 1;
    }
Reply


Messages In This Thread
Team score help!(rep+) + Veh save file! - by Ballu Miaa - 18.12.2011, 09:51
Re: Team score help!(rep+) + Veh save file! - by Mrki_Drakula - 18.12.2011, 10:26
Re: Team score help!(rep+) + Veh save file! - by Thresholdold - 18.12.2011, 10:29
Re: Team score help!(rep+) + Veh save file! - by Mrki_Drakula - 18.12.2011, 10:31
Re: Team score help!(rep+) + Veh save file! - by Thresholdold - 18.12.2011, 10:37
Re: Team score help!(rep+) + Veh save file! - by Mrki_Drakula - 18.12.2011, 10:38
Re: Team score help!(rep+) + Veh save file! - by suhrab_mujeeb - 18.12.2011, 10:54
Re: Team score help!(rep+) + Veh save file! - by Gazmull - 18.12.2011, 10:58
Re: Team score help!(rep+) + Veh save file! - by Mrki_Drakula - 18.12.2011, 11:22

Forum Jump:


Users browsing this thread: 2 Guest(s)