[Ajuda] Comando trabalhar
#5

Quote:
Originally Posted by PT
Посмотреть сообщение
n tem que fazer 1 random para escolher 1 so local, e esse o problema esta a escolher todos os destinos, certo?
Se fosse random nгo teria graзa !

Meu problema e em relaзгo a dialog fiz um debug e vi que as variaveis estгo sendo setadas normalmente!
Porem nгo consigo fazer passar para a dialog

Como fiz o debug

pawn Код:
command(trabalhar, playerid, params[])
{
    new aaa[150], 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]]);
                       
                   }
             }
             PlayerInfo[playerid][Trab] ++;
             rot[playerid]= 0;

        }
        else SendClientMessage(playerid, -1,"[ERRO] Vocк nгo tem carroceria.");
    }
    return true;
}
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: 4 Guest(s)