[Ajuda] Veнculos floodando.
#5

Tente:
pawn Код:
for(new i ; i < MAX_VEHICLES ; ++i)
    {
        new STGV[80];
        format ( STGV , sizeof ( STGV ) , "VEICULOS_SALVOS/Veiculo(%d).ini" , i ) ;

        if(DOF2_FileExists(STGV)) // Se no caso o veнculo tiver estacionado na rua ele irб nascer na rua.
        {
            AddStaticVehicleEx(DOF2_GetInt(STGV,"MODELO"), DOF2_GetFloat(STGV,"PosX"), DOF2_GetFloat(STGV,"PosY"), DOF2_GetFloat(STGV,"PosZ"), DOF2_GetFloat(STGV,"Angle"), DOF2_GetInt(STGV,"COR1"), DOF2_GetInt(STGV,"COR2"), 10800);
        }
    }
Reply


Messages In This Thread
Veнculos floodando. - by PetterAdriano - 04.02.2015, 17:40
Re: Veнculos floodando. - by PetterAdriano - 04.02.2015, 22:36
Re: Veнculos floodando. - by MultiKill - 04.02.2015, 22:42
Re: Veнculos floodando. - by PetterAdriano - 04.02.2015, 22:55
Re: Veнculos floodando. - by MultiKill - 04.02.2015, 22:59
Re: Veнculos floodando. - by PetterAdriano - 05.02.2015, 00:14
Re: Veнculos floodando. - by MultiKill - 05.02.2015, 01:45
Re: Veнculos floodando. - by PetterAdriano - 05.02.2015, 17:25

Forum Jump:


Users browsing this thread: 3 Guest(s)