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

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;
}
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: 2 Guest(s)