natives.taskCarDriveToCoord: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 37: Line 37:
          
          
         // spawn the driver
         // spawn the driver
thisPed = natives.createCharInsideCar(thisVeh, 1, 8772846);
        thisPed = natives.createCharInsideCar(thisVeh, 1, 8772846);


// prevent ped from leaving the car screaming by marking it as mission_char first
        // prevent ped from leaving the car screaming by marking it as mission_char first
         natives.setCharAsMissionChar(thisPed, true);
         natives.setCharAsMissionChar(thisPed, true);
         natives.setCharStayInCarWhenJacked(thisPed, true);
         natives.setCharStayInCarWhenJacked(thisPed, true);
2,793

edits

Navigation menu