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

Quote:
Originally Posted by PT
Посмотреть сообщение
ai tens a funcao que verifica

pawn Код:
stock IsVehicleOccupied(vehicleid) // Returns 1 if there is anyone in the vehicle
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerInAnyVehicle(i))
        {
            if(GetPlayerVehicleID(i)==vehicleid)
                return 1;
        }
    }
    return 0;
}
Obrigado man, mas como faзo pra colocar ela pra verificar os veiculos ->> Carro[random(20) ?
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)