Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

4 answers to this question

Recommended Posts

Posted

Cred ca asa ... :

new vehicle;

vehicle = CreateVehicle( masina si coordonatele ei )

LinkVehicleToInterior(vehicle,1);

Macar ai incercaT?

aoleooo

SetVehicleVirtualWorld(vehicul, world);

Posted

warning 204: symbol is assigned a value that is never used: "vehiclecar"

Am pus 10 masini in acest mod:

    vehiclecar = AddStaticVehicleEx(497,2327.01611328,1386.40893555,43.08531189,0.00000000,-1,-1,15); //Police Maverick
vehiclecar = AddStaticVehicleEx(497,2341.11962891,1386.36181641,43.08531189,0.00000000,-1,-1,15); //Police Maverick
you can't do in this mode, it must to be:
vehiclecar = AddStaticVehicleEx(497,2327.01611328,1386.40893555,43.08531189,0.00000000,-1,-1,15); //Police Maverick
SetVehicleVirtualWorld(vehiclecar, world_id);

vehiclecar = AddStaticVehicleEx(497,2341.11962891,1386.36181641,43.08531189,0.00000000,-1,-1,15); //Police Maverick
SetVehicleVirtualWorld(vehiclecar, world_id);

world_id - schimbi cu ID la worldul in care vrei sa bagi vehiculul

Guest
This topic is now closed to further replies.
×
×
  • 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.