SA-MP Forums Archive
Just a simple question - 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: Just a simple question (/showthread.php?tid=372695)



Just a simple question - Jay_Dixon - 27.08.2012

Ok, so i got the callback of AttachObjectToVehicle

What i need to know. Is what is the callback to remove the attached object after?


Re: Just a simple question - FalconX - 27.08.2012

Quote:
Originally Posted by Jay_Dixon
Посмотреть сообщение
Ok, so i got the callback of AttachObjectToVehicle

What i need to know. Is what is the callback to remove the attached object after?
First we have to create it;

then after creating we can attach it to vehicle, after that you can simple destroy it with

pawn Код:
DestroyObject( objectid );