Help 2ERRORS !! REPP+
#1

Hi!!
Hey can somebody help me with those errors?

pawn Код:
F:\Users\Daniel\Desktop\GamingClub RP\gamemodes\DreamWorld.pwn(5334) : error 010: invalid function or declaration
F:\Users\Daniel\Desktop\GamingClub RP\gamemodes\DreamWorld.pwn(5337) : error 054: unmatched closing brace ("}")
Lines:

pawn Код:
if(TransportDuty[playerid] == 1)
    {
        TaxiDrivers -= 1;
    }
    else if(TransportDuty[playerid] == 2)
    {
        BusDrivers -= 1;
    }
    if(PlayerInfo[playerid][pJob] == 11)
    {
        if(JobDuty[playerid] == 1) { Medics -= 1; }
    }
    else if(PlayerInfo[playerid][pJob] == 7)
    {
        if(JobDuty[playerid] == 1) { Mechanics -= 1; }
    }
}
    if (PlayerInfo[playerid][pRoadblock] != 0)  // LINE 5334
    {
        RemoveRoadblock(playerid);
    }          // LINE 5337
Reply


Messages In This Thread
Help 2ERRORS !! REPP+ - by Vizi - 12.08.2012, 06:29
Re: Help 2ERRORS !! REPP+ - by StrangeLove - 12.08.2012, 06:35
Re: Help 2ERRORS !! REPP+ - by Vizi - 12.08.2012, 06:36
Re: Help 2ERRORS !! REPP+ - by Devilxz97 - 12.08.2012, 06:36
Re: Help 2ERRORS !! REPP+ - by Vizi - 12.08.2012, 06:41
Re: Help 2ERRORS !! REPP+ - by Devilxz97 - 12.08.2012, 06:44
Re: Help 2ERRORS !! REPP+ - by Vizi - 12.08.2012, 06:51

Forum Jump:


Users browsing this thread: 3 Guest(s)