stock IsTrailerAttached(vehicleid){ if(GetVehicleTrailer(vehicleid) == 0) return false; else return true;}