Jump to content

Archangel-c1ecebc4bb0f977c

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by Archangel-c1ecebc4bb0f977c

  1. Archangel-c1ecebc4bb0f977c

    OGV video "crash"

    Hello The video start for 2 seconds and then game "crashed" on desktop (in lower tab with another programs Arma 3 missed but in Task Manager still running). I use this in init.sqf --- nul = player execVM "initvideo.sqf"; initvideo.sqf --- 24 cutText [ "Tralala" , "BLACK OUT" ]; sleep 2 ; _video = [ "pimp.ogv" ] spawn bis_fnc_playVideo ; waitUntil { scriptDone _video }; sleep 4 ; 24 cutText [ "" , "BLACK IN" ]; hint "video over" ; Im new and just learn so this is taken from forums and videos so if you can help. Thanks 🙂 Edit: All .sqf and video is in same folder with mission.
×