Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. SetCamActiveWithInterp(cam2, cam, 900, true, true)
  2. Citizen.Wait(900)
  3.  
  4. cam = CreateCamWithParams("DEFAULT_SCRIPTED_CAMERA", pos.x,pos.y,pos.z+200, 300.00,0.00,0.00, 100.00, false, 0)
  5. PointCamAtCoord(cam, pos.x,pos.y,pos.z+2)
  6. SetCamActiveWithInterp(cam, cam2, 3700, true, true)
  7. Citizen.Wait(3700)
  8. PlaySoundFrontend(-1, "Zoom_Out", "DLC_HEIST_PLANNING_BOARD_SOUNDS", 1)
  9. RenderScriptCams(false, true, 500, true, true)
  10. PlaySoundFrontend(-1, "CAR_BIKE_WHOOSH", "MP_LOBBY_SOUNDS", 1)
  11. FreezeEntityPosition(GetPlayerPed(-1), false)
  12. Citizen.Wait(500)
  13. SetCamActive(cam, false)
  14. DestroyCam(cam, true)
  15. IsChoosing = false
  16. DisplayHud(true)
  17. DisplayRadar(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement