need a simple AttachTrailerToVehicle script to add to my GM - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need a simple AttachTrailerToVehicle script to add to my GM (
/showthread.php?tid=135568)
need a simple AttachTrailerToVehicle script to add to my GM -
FujiNNN - 21.03.2010
can someone please help me..
pawn Код:
new newtrailer = CreateVehicle(450,1647.3077,-2112.8350,13.5547,82.2873,-1,-1,60);
AttachTrailerToVehicle(newtrailer,GetPlayerVehicleID(playerid));
i need that the created vehicle (TRAILER) will be automaticly setted to the back of my track and attached,
+
i need that if the trailer deattached from the track it will send a msg to the player like "trailer deattached".
thank you!
Re: need a simple AttachTrailerToVehicle script to add to my GM -
FujiNNN - 21.03.2010
some one?...