SA-MP Forums Archive
IVO FS - 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: IVO FS (/showthread.php?tid=663701)



IVO FS - jhonloyd20 - 09.02.2019

Hi guyz i`m here Again i ask a little question


i use this FS
https://sampforum.blast.hk/showthread.php?tid=282883 (by iPLEOMAX)

and i want to know where i can put the .pwn files or
https://imgur.com/a/D7dyW71

[[// :
new myobject = CreateObject(18646,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), -0.449999,0.000000,0.749999,0.000000,0.000000,0.000 000);]]
this one to save the object that i create


Re: IVO FS - ComDuck - 09.02.2019

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

It is technically a snippet of code, so you can extract those two lines and put it where needed in your program directly.