IsTrailerAttached
#1

I want to check if TRAILER `x` is attached to any vehicle. How can I do this?
Reply
#2

Solved
PHP код:
for(new 1MAX_VEHICLESV++)
        {
            if(
GetVehicleTrailer(V) == idCar)
            {
                return 
0;
            }
        } 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)