Posts: 79
Threads: 18
Joined: Aug 2012
Reputation:
0
How do i check if a trailer is attached to a truck?
Posts: 1,176
Threads: 2
Joined: Nov 2012
Reputation:
0
yeah you can use many ways, if(IsTrailerAttachedToVehicle(vehicleid)) or if(GetVehicleTrailer(vehicleid) != INVALID_VEHICLE_ID)