Edit AttachedObject in vehicule. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Edit AttachedObject in vehicule. (
/showthread.php?tid=553055)
Edit AttachedObject in vehicule. -
Baltimore - 27.12.2014
Hello !
I use AttachObjectToVehicle.
How can I edit this object?
EditObject not work with AttachObjectToVehicle.
++
Re: Edit AttachedObject in vehicule. -
Ahmad45123 - 27.12.2014
I don't really know but I don't think there is a way to do so...
I think you will have to deattach it and then EditObject it and then attach it again...
Re: Edit AttachedObject in vehicule. -
Pottus - 27.12.2014
Texture Studio has a full vehicle edit system.
Код:
Vehicles:
/avmodcar - Mod a car it will teleport the vehicle to the correct mod garage if modable
/avsetspawn - Set the spawn position of a vehicle
/avnewcar - Create a new car
/avdeletecar - Delete an unwanted car
/avcarcolor - Set vehicle car color
/avpaint - Set a vehicles paintjob
/avattach - Attach currently selected object to currently selected vehicle
/avdetach - Detach currently selected object from vehicle
/avsel - Select a vehicle to edit
/avexport - Export a car to filterscript
/avexportall - Export all cars to filterscript
/avox - /avoy - /avoz - Standard vehicle object movement commands
/avrx - /avry - /avrz - Standard vehicle object rotation commands
/avmirror - Mirror an object attached to a vehicle
(Special note: using /editobject on an attached object will edit the object on the vehicle)