Semprus Gaming 101 Report post Posted March 2, 2018 (edited) This is a nice intro script I found so posting it Not going to post how to add it in fn_escinterrupt.sqf or functions.hpp as that is way to easy. Add this in core\functions /*-------------------------------------------------------------------- Author: IEthanHD OfpecTag: TGH File: fn_logout.sqf <TGH Gaming> Written by IEthanHD You're not allowed to use this file without permission from the author! --------------------------------------------------------------------*/ scriptName "fn_logout"; #define __filename "fn_logout.sqf" //--- Disable Serialization disableSerialization; //--- Sync [] call SOCK_fnc_updateRequest; //--- Get highlight colour _colorHighlight = [ "GUI", "BCG_RGB" ] call BIS_fnc_displayColorGet; //--- Give the player immunity player allowDamage false; //--- Disable user input disableUserInput true; //--- Hide chat showChat false; //--- Hide hint hint ""; //--- Fade volume 1 fadeSound 0; 1 fadeMusic 0; 1 fadeRadio 0; 1 fadeSpeech 0; //--- Fade screen cutText [ "", "BLACK", 1 ]; sleep 2; //--- Show sync screen _effectID = 1 + floor random 3; _videoFile = "A3\Missions_F_Bootcamp\video\VR_GenericTransition_" + str _effectID + ".ogv"; _video = [ _videoFile ] spawn BIS_fnc_playVideo; playSound ( "Transition" + str _effectID ); sleep 2; 0 = [ format [ "<br/><t color='%4'>%3</t><br/><br/><t size='0.7'>%1 %2.</t>", "We hope to see you again soon", profileName, "SYNCING DATA WITH SERVER", _colorHighlight ], 0, 0.2, 2, 0.5, 0, 1000 ] spawn BIS_fnc_dynamicText; //--- Delay sleep 5; //--- Enable user input disableUserInput false; //--- End Mission failMission "AbortFL"; endLoadingScreen; Edited March 2, 2018 by Semprus Gaming 1 Share this post Link to post Share on other sites
Kvisten GigaGaming.dk ✅ 0 Report post Posted March 3, 2018 Written by IEthanHD You're not allowed to use this file without permission from the author! 1 Share this post Link to post Share on other sites
Wackbatt 249 Report post Posted March 3, 2018 (edited) 17 minutes ago, Kvisten GigaGaming.dk ✅ said: Written by IEthanHD You're not allowed to use this file without permission from the author! OP is IEthanHD Edited March 3, 2018 by Wackbatt 1 1 Share this post Link to post Share on other sites
Enrah 1 Report post Posted October 8, 2018 what file do i add this script to? 1 Share this post Link to post Share on other sites
Delexical 81 Report post Posted October 22, 2018 Omegalul IEthanHD 1 Share this post Link to post Share on other sites
Freitinhas 2 Report post Posted February 11 do anyone know what i have to add in fn_esctinterrupt ?? please Share this post Link to post Share on other sites
imthatguyhere 113 Report post Posted February 11 53 minutes ago, Freitinhas said: do anyone know what i have to add in fn_esctinterrupt ?? please https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/core/functions/fn_escInterupt.sqf#L39 1 Share this post Link to post Share on other sites