AttachObjectToVehicle ???
#1

AttachObjectToVehicle ?
Reply
#2

https://sampwiki.blast.hk/wiki/AttachObjectToVehicle
You have to do it in your script, but it's easy, there's an example on the wiki as well of how to do it.
Reply
#3

Coordinates for Attach functions are offsets and all positions are calculated from the center of the vehicle. Thus, the easiest thing to do is to create a vehicle at 0, 0, 0 and work off that.
Reply
#4

https://sampwiki.blast.hk/wiki/AttachObjectToVehicle

It's a function in which attaches a previous created object to a vehicle.

Example:

ExampleObject = CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, FloatrawDistance);

AttachObjectToVehicle(ExampleObject, vehicleid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:RotX, Float:RotY, Float:RotZ);
Reply
#5

software create ? . Starless ??
Reply
#6

or tool create AttachObjectToVehicle ? .
Reply
#7

You can just use the map editor to get the coordinates and model id, place the vehicle at coordinates 0, 0, 0 and then you'll get the correct offsets.
Use pawno to open your script and use AttachObjectToVehicle.
Here's a tutorial if needed:
https://sampforum.blast.hk/showthread.php?tid=267742
Reply
#8

Quote:
Originally Posted by IzadorO
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/AttachObjectToVehicle

It's a function in which attaches a previous created object to a vehicle.

Example:

ExampleObject = CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, FloatrawDistance);

AttachObjectToVehicle(ExampleObject, vehicleid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:RotX, Float:RotY, Float:RotZ);
Quote:
Originally Posted by CalvinC
Посмотреть сообщение
You can just use the map editor to get the coordinates and model id, place the vehicle at coordinates 0, 0, 0 and then you'll get the correct offsets.
Use pawno to open your script and use AttachObjectToVehicle.
Here's a tutorial if needed:
https://sampforum.blast.hk/showthread.php?tid=267742
how to create the object , and get the coordinates of AttachObjectToVehicle
Reply
#9

If you want to keep it simple use this https://sampforum.blast.hk/showthread.php?tid=282883
Reply
#10

Quote:
Originally Posted by Golf
Посмотреть сообщение
If you want to keep it simple use this https://sampforum.blast.hk/showthread.php?tid=282883
How to get the coordinates ? ? ? .
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)