Attach Object to vehicle Probleme
#1

guys i did all tthose things but nothing happend :

Код:
new car1
new Marker
Код:
             Marker = CreateObject(19197,0,0,0,0,0,0,0);
             car1 = AddStaticVehicleEx(609, -244.6894, 2769.9709, 62.5711, 180.0000, -1, -1, 100);
	     AttachObjectToVehicle(Marker,car1, 0.8, 0.0, 88.70, 0.0, 0.0, 0.0);
Reply
#2

Reduce the height from 88.70 to 2.0 i think that your object the red arrow is to height in the air and you can`t see it.
Reply
#3

Marker = CreateObject(19197, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 100.0);
Reply
#4

i did it , i was thinking that the object in vehicle any other help
Reply
#5

I already wrote it
Код:
             Marker = CreateObject(19197,0,0,0,0,0,0,0);
             car1 = AddStaticVehicleEx(609, -244.6894, 2769.9709, 62.5711, 180.0000, -1, -1, 100);
	     AttachObjectToVehicle(Marker,car1, 0.8, 0.0, 3.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(Marker,car1, 0.8, 0.0, 3.70, 0.0, 0.0, 0.0);
Reply
#6

Quote:
Originally Posted by IPrototypeI
Посмотреть сообщение
I already wrote it
Код:
             Marker = CreateObject(19197,0,0,0,0,0,0,0);
             car1 = AddStaticVehicleEx(609, -244.6894, 2769.9709, 62.5711, 180.0000, -1, -1, 100);
	     AttachObjectToVehicle(Marker,car1, 0.8, 0.0, 3.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(Marker,car1, 0.8, 0.0, 3.70, 0.0, 0.0, 0.0);
nothing Happend
Reply
#7

Then you did something wrong and @Dragonsaurus if the draw distance zero than the object will render at its default distance.

I show you a screen how it have to look and it`s with your code.

Reply
#8

Tnx All +2rep for All
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)