17.04.2017, 11:45 
	
	
	
		I'm getting this error error 040: duplicate "case" label (value 5)
on this code
why plz help thnx
	
	
	
	
on this code
PHP код:
    case RCP_TCAR:
        {
            if(IsPlayerInAnyVehicle(playerid))
            {
                SendClientMessage2(playerid, COLOR_YELLOW, "You Found Your Car");
                DisablePlayerRaceCheckpoint(playerid);
                gPlayerRaceCheckpointStatus[playerid] = 0;
            }
        } 


