Hoplox Posted March 19, 2016 Report Share Posted March 19, 2016 Well, this is my first script post. Been using this on my server; Just makes a nicer entrance when you load in and spawn. I believe this has been posted but no instructions for how to use it with ESSV2. _welcomeMessage = format["Welcome to [Your server name here], %1, Enjoy your stay!",format["%1", name player]]; _camDistance = 75; waitUntil {!isNil ("PVDZE_plr_LoginRecord")}; showCinemaBorder true; camUseNVG false; _camera = "camera" camCreate [(position player select 0)-2, position player select 1,(position player select 2)+_camDistance]; _camera cameraEffect ["internal","back"]; _camera camSetFOV 2.000; _camera camCommit 0; waitUntil {camCommitted _camera}; _camera camSetTarget vehicle player; _camera camSetRelPos [0,0,5]; _camera camCommit 8; cutText [_welcomeMessage, "PLAIN DOWN"]; waitUntil {camCommitted _camera}; _camera cameraEffect ["terminate","back"]; camDestroy _camera; if you use ESSV2, place the code at the bottom of start.sqf and save. You can play around with the camera settings to suit your preferances. Feel free to be critical and point out any problems :) If this helped you please like! -Hoplox, Thanks for having a look :) -Credits to JuanDayz and his original post juandayz and Jerry_Forteh_123 2 Link to comment Share on other sites More sharing options...
juandayz Posted March 19, 2016 Report Share Posted March 19, 2016 its no my credits bro! i just added PVDZE to make it works whit epoch :). Tnkss for share yours!!!!!!!!!!!!!!!!! i will try! Hoplox 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now