15.05.2015, 09:29
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