Hey can you give me a guide for VehicleObject
#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


Messages In This Thread
Hey can you give me a guide for VehicleObject - by yaron0600 - 29.11.2013, 16:24
Re: Hey can you give me a guide for VehicleObject - by Avi Raj - 29.11.2013, 16:26
Re: Hey can you give me a guide for VehicleObject - by Konstantinos - 29.11.2013, 16:27
Re: Hey can you give me a guide for VehicleObject - by iBots - 29.11.2013, 16:27
Re: Hey can you give me a guide for VehicleObject - by yaron0600 - 29.11.2013, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)