AttachObjectToVehicle Duvida
#3

todos os 609? vc se refere ao modelo?

Coloque isso depois de todos os veнculos:
pawn Код:
for(new cars; cars<MAX_VEHICLES;cars++)
{
    if(GetVehicleModel(cars)==609)
    {
        new obj=CreateObject(/*id do objeto*/,0.0,0.0,0.0,0.0,0.0,0.0,50.0);
        AttachObjectToVehicle(obj, cars, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
    }
}
Espero ter ajudado.
Reply


Messages In This Thread
AttachObjectToVehicle Duvida - by brazumbi - 07.03.2011, 09:06
Re: AttachObjectToVehicle Duvida - by Vageto[STK] - 07.03.2011, 10:10
Re: AttachObjectToVehicle Duvida - by [VGS]Mlqd_Rock - 07.03.2011, 15:55
Re: AttachObjectToVehicle Duvida - by matheuzinho - 07.03.2011, 16:04
Re: AttachObjectToVehicle Duvida - by maikonk - 08.03.2011, 01:12
Re: AttachObjectToVehicle Duvida - by [Ips]Guh - 08.03.2011, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)