Jump to content
  • 0

addvehicle


Tasmell

Question

Salut tuturor!

Nu stiti cum pot pune o masina tunata in gm?

Am incercat pe sv sa tunez o masina si dupaia sa dau/save cand sunt in ea. Am copiat alea addstatic vehicle..etc in gm.Si cand intru pe server imi apare masina dar nu este tunata.

Am icercat si cu mta-ul dar degeaba.Adaug masini si alte obiecte dau save,intru pe 1 site sa o convertesc si cand e convertita imi apar doar obiectele CREATEOBIECT, Din cate stiu treabuia sa-mi apara si addstaticvehicle.

200r807.gif
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Pui la inceput la gm

new
			ELEGY,
			ELEGY2;
Si asta la on gamemodIng
public OnGameModeInit()
{
   ELEGY = CreateVehicle(562, -2459.320312, -489.969421, 104.373161, 35.932125, -1, -1, 10000);
    ChangeVehiclePaintjob(ELEGY, 1); // PaintJob
    AddVehicleComponent(ELEGY, 1147); // Spoiler
    AddVehicleComponent(ELEGY, 1087); // Hidraulics

    ELEGY2 = CreateVehicle(562, -2772.148681, -477.975006, 6.869039, 142.357330, -1, -1, 10000);//daca vrei sa mai pui.  Alt nume la new 
    ChangeVehiclePaintjob(ELEGY2, 1); // PaintJob //piesele
    AddVehicleComponent(ELEGY2, 1147); // Spoiler //piesele 
    AddVehicleComponent(ELEGY2, 1087); // Hidraulics //piesele 
    return 1;
}

Credca ai inteles

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.