Interface administrators, moderator
2,793
edits
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
// spawn the driver | // spawn the driver | ||
thisPed = natives.createCharInsideCar(thisVeh, 1, 8772846); | |||
// 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); | ||