[Include] OnPlayerAttachTrailer - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] OnPlayerAttachTrailer (
/showthread.php?tid=574257)
OnPlayerAttachTrailer -
inferno211 - 15.05.2015
OnPlayerAttachTrailer
The first and probably the last version of the library that adds new functionality to our code, and more "event" which is performed when a player attach/unattach the trailer to the vehicle.
To use the new feature, simply add to your code a new public:
Код:
public OnPlayerAttachTrailer(playerid, vehicleid, trailerid, status)
{
return 1;
}
Specjal thanks to P.Devil for help with ALS
Re: OnPlayerAttachTrailer -
Jimmy0wns - 15.05.2015
https://sampwiki.blast.hk/wiki/OnTrailerUpdate