errors
#5

pawn Код:
if(InsertInfoHere == DIALOG_CARS+5) //For lock
{
    switch(listitem)
    {
    case 0:
    {
        if(pInfo[playerid][Veh1] != 9999)
        {
            C_Data[pInfo[playerid][Veh1]][Lock] = 1;
            CheckCar(pInfo[playerid][Veh1]);
        }    
    }
    case 1:
    {
        if(pInfo[playerid][Veh2] != 9999)
        {
            C_Data[pInfo[playerid][Veh2]][Lock] = 1;
            CheckCar(pInfo[playerid][Veh2]);
        }    
    }
    case 2:
    {
        if(pInfo[playerid][Veh3] != 9999)
        {
            C_Data[pInfo[playerid][Veh3]][Lock] = 1;
            CheckCar(pInfo[playerid][Veh3]);
        }
    }
    }
    return 1;
}
Reply


Messages In This Thread
errors - by Dziugsas - 25.06.2012, 09:09
Re: errors - by Grand_Micha - 25.06.2012, 09:11
Re: errors - by Smokkr - 25.06.2012, 09:12
Re: errors - by Dziugsas - 25.06.2012, 09:18
Re: errors - by Grand_Micha - 25.06.2012, 09:47
Re: errors - by Skaizo - 25.06.2012, 10:18
Re: errors - by Grand_Micha - 25.06.2012, 10:26

Forum Jump:


Users browsing this thread: 3 Guest(s)