[Ajuda] Verificar se o veнculo estб ocupado
#5

Quote:
Originally Posted by Kimossab
Посмотреть сообщение
fazes um if tipo isto:
pawn Код:
if(vehicleid == Carro[random(20))
isto verifica se o veiculo onde o jogador i estб й o mesmo que o carro[random(20)] ou seja a seguir a isto vem a linha de codigo para o caso do carro estiver ocupado, mas isto jб deves saber.
Tentei colocar assim mas ta do mesmo geito tem hora que vai parar 2 players em 1 veiculo :S.

pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
            {
                if(PlayerInfo[i][pTrazerKart] == 1)
                {
                    new vehicleidx = GetPlayerVehicleID(i);
                    if(!vehicleidx && Carro[random(2)])
                    {
                      SetPlayerInterior(i,0);
                      PutPlayerInVehicle(i, Carro[random(2)], 0);
                      Jogadoreskart++;
                      EVENTO[i] = 1;
                      SetPlayerRaceCheckpoint(i,1,-1341.8914,-671.3342,1055.9453,0.0,0.0,0.0,10.0);
                    }
                }
            }
         }
         return 1;
    }
Reply


Messages In This Thread
Verificar se o veнculo estб ocupado - by Freak@ - 11.06.2014, 22:50
Re: Verificar se o veнculo estб ocupado - by PT - 11.06.2014, 23:12
Re: Verificar se o veнculo estб ocupado - by Freak@ - 11.06.2014, 23:24
Re: Verificar se o veнculo estб ocupado - by Kimossab - 16.06.2014, 10:26
Re: Verificar se o veнculo estб ocupado - by Freak@ - 16.06.2014, 18:04
Re: Verificar se o veнculo estб ocupado - by PT - 16.06.2014, 21:57

Forum Jump:


Users browsing this thread: 1 Guest(s)