Hey can you give me a guide for VehicleObject
#1

Hey can you give me a guide for VehicleObject, To put a objects on a specific vehicle, how,etc...
Reply
#2

AttachObjectToVehicle
Reply
#3

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

https://sampforum.blast.hk/showthread.php?tid=267742
Reply
#4

if u mean to attach object to the vehicle :
pawn Код:
new objectid = CreateObject(...);
new vehicleid = GetPlayerVehicleID(playerid);
AttachObjectToVehicle(objectid, vehicleid, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0);
the parameters..:
pawn Код:
(objectid, vehicleid, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:RotX, Float:RotY, Float:RotZ)
Reply
#5

I mean, can you give me a example for make on sultan a cab of taxi object, I want to see the specific codes for it, cause IDK how to edit the parameters...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)