Posts: 511
Threads: 122
Joined: Jan 2013
Hi guys
I make this object
http://postimg.org/image/712ieskxd/
how to move this object ??
i make this
http://postimg.org/image/e4bpszso7/ but no working
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by zombieking
|
Thanks but
See this
http://postimg.org/image/712ieskxd/ i know how to make object to vehicle
but i want , how to move it
Posts: 511
Threads: 122
Joined: Jan 2013
Quote:
Originally Posted by MrTinder
try
pawn Код:
new obj1, car1; car1 = AddStaticVehicle(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2); // Your Car obj1 = CreateObject(18648,0,0,0,0,0,0); // create your object AttachObjectToVehicle(obj1, car1, -0.8, 0.0, -0.55, 0.0, 0.0, 0.0); // edit only 0.8, 0.0 and -0.55..don't edit other 3 things
|
how to move it