[Ajuda] Comando trabalhar
#6

testa ae

pawn Код:
#define teste 123

CMD:trabalhar(playerid)
{
    new string[256], pt[256], Rotas[MAX_PLAYERS][4];
    if(PlayerInfo[playerid][pClass] == TEAM_TRUCK)
    {
        if(GetVehicleTrailer(GetPlayerVehicleID(playerid)))
        {
             PlayerInfo[playerid][pTranpo] = GetPlayerVehicleID(playerid);
             for(new wp = 0; wp < sizeof (Locais); wp++ )
             {
                   if(IsPlayerInRangeOfPoint(playerid, 750, Locais[wp][X], Locais[wp][Y], Locais[wp][Z]))
                   {
                       rot[playerid]++;
                       Rotas[playerid][rot[playerid]] = Locais[wp][RotaID];
                       printf("ID: %d Rota: %d",rot[playerid], Rotas[playerid][rot[playerid]]);
                       
                       format(string, sizeof(string), "ID: %d Rota: %d\n",rot[playerid], Rotas[playerid][rot[playerid]]);
                       strcat(pt, string, sizeof(pt));
                       ShowPlayerDialog(playerid, teste, DIALOG_STYLE_MSGBOX, "Rotas", pt, "OK", "");    
                   }
             }
             PlayerInfo[playerid][Trab] ++;
             rot[playerid]= 0;

        }
        else SendClientMessage(playerid, -1,"[ERRO] Vocк nгo tem carroceria.");
    }
    return true;
}
os valores que devem aparecer aqui:

pawn Код:
ID:  Rota:
e letra ou numero? tbm pode ser isso
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: 1 Guest(s)