Jump to content

BigApple_

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About BigApple_

  • Rank
    Newbie
  1. I created a intro scene and inserted a picture into it, but when I preview it, the picture is always directly below the screen. How can I put it in the center of the screen? This is mine initintro.sqf : titletext ["","BLACK FADED", 0]; _camera = "camera" camcreate [0,0,0]; _camera CameraEffect ["Internal","Back"]; _camera camPrepareTarget (getPosVisual targ1); _camera camPreparePos (getPosVisual cam1); _camera camPrepareFOV 0.300; _camera camCommitPrepared 0; showCinemaBorder false; sleep 3; titletext ["","BLACK IN", 3]; sleep 3; titletext ["<img image='123.jpg' size = '20'/>", "BLACK FADED", 30, true, true];
×