18.12.2010, 00:03
Hey,
Basicly Im having an issue using the AttachObject to vehicle Function....
Heres My Code:
When In game I dont see the object on this vehicle am I doing something wrong or what.... I counted the AddStaticVehicleEx's and got this car as 28 ... Yet it does not show up....
Any Ideas.
Basicly Im having an issue using the AttachObject to vehicle Function....
Heres My Code:
pawn Код:
new light1 = CreateObject(18646, 0, 0, 0, 0, 0, 0);
AttachObjectToVehicle(light1,28,0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
// carid x y z rx ry rz
When In game I dont see the object on this vehicle am I doing something wrong or what.... I counted the AddStaticVehicleEx's and got this car as 28 ... Yet it does not show up....
Any Ideas.