Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let localPlayer = mp.players.local;
- let Ped = mp.peds.new(mp.game.joaat('MP_F_Freemode_01'), new mp.Vector3( -11.002, 22.0757, 71.5), 270.0, (streamPed) => {
- // Ped Streamed
- streamPed.setAlpha(0);
- streamPed.freezePosition(false);
- }, localPlayer.dimension);
- let Veh = mp.vehicles.new(mp.game.joaat("turismor"), new mp.Vector3(-9.126, 27.068, 72),
- {
- numberPlate: "ADMIN",
- color: [[255, 0, 0],[255,0,0]]
- });
- Ped.taskEnterVehicle(Veh.handle, 10000, -1, 1, 1, 0);
- Ped.taskVehicleDriveToCoord(Veh.handle, 28.936, 7.346, 70.05, 30, 1, Veh.model, 786468, 2, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement