[Ajuda] Comando trabalhar
#9

Quote:
Originally Posted by PT
Посмотреть сообщение
pawn Код:
if(PlayerInfo[playerid][pClass] == TEAM_TRUCK)
    {
        new aaa[150];
        if(GetVehicleTrailer(GetPlayerVehicleID(playerid)))
        {
             PlayerInfo[playerid][pTranpo] = GetPlayerVehicleID(playerid);
             for(new wp = 0; wp < sizeof (Locais); wp++ )
             {
                   if(IsPlayerInRangeOfPoint(playerid, 100000, Locais[wp][X], Locais[wp][Y], Locais[wp][Z]))
                   {
                       rot[playerid]++;
                       PlayerInfo[playerid][pInfo][rot[playerid]] = Locais[wp][RotaID];
                       printf("pInfo %d | Rot %d", PlayerInfo[playerid][pInfo][rot[playerid]], rot[playerid]);
                   }
             }
             for(new i = 1; i< 3; i++)
             {
                  format(Don, sizeof(Don), "Carga: %s - %s para %s\n", Locais[PlayerInfo[i][pInfo][i]][Produto], Locais[PlayerInfo[i][pInfo][i]][Name], Locais[PlayerInfo[i][pInfo][i]][ParaName]);
                  strcat(aaa, Don, sizeof(aaa));
                  ShowPlayerDialog(playerid, DIALOG_WORK, DIALOG_STYLE_LIST, "Rotas", aaa, "Selecionar", #);
                  continue;
             }
             PlayerInfo[playerid][Trab] ++;
             rot[playerid]= 0;

        }
        else SendClientMessage(playerid, -1,"[ERRO] Vocк nгo tem carroceria.");
    }
    return true;
}
assim da?

estou tentando ajudar, mas meu conhecimento n permite mais, pelo menos vou continuar a tentar com o que sei

se der erro por causa do showplayerdialog, coloca fora do loop

Dei edit la !
Reply


Messages In This Thread
Comando trabalhar - by Don_Speed - 13.08.2013, 15:45
Re: Comando trabalhar - by PT - 13.08.2013, 16:03
Re: Comando trabalhar - by Don_Speed - 13.08.2013, 16:09
Re: Comando trabalhar - by PT - 13.08.2013, 16:44
Re: Comando trabalhar - by Don_Speed - 13.08.2013, 16:53
Re: Comando trabalhar - by PT - 13.08.2013, 17:16
Re: Comando trabalhar - by Don_Speed - 13.08.2013, 21:03
Re: Comando trabalhar - by PT - 13.08.2013, 22:21
Re: Comando trabalhar - by Don_Speed - 13.08.2013, 22:24
Re: Comando trabalhar - by PT - 13.08.2013, 22:28

Forum Jump:


Users browsing this thread: 3 Guest(s)