Get AttachObjectToVehicle works
#1

Hello,

Im have a problem..I'm using a streamer in all my objects (incognitos) and i create alot of dynamic objects.

But at the time im trying to attach object to vehicles in this way:

vehicle = createvehicle..
object = createdynamicobject...
AttachDynamicObjectToVehicle(object,vehicle...

But i cant see the object attached to the car..I read in some posts that the problem is of incognito streamers..

How i can do this>?

Regards
Reply
#2

Try using the normal SAMP natives for this.
vehicle = CreateVehicle...
object = CreateObject...
AttachObjectToVehicle(object,vehicle...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)