The menu pop but blackscreen nothing here with code for start.sqf
how do u use this and everytime I go into a sever it kicks me out cause spyglass somebody help me!!!!!!!!!
if (isNil "ExtasyMenu_BindHandler") then {
ExtasyMenu_BindHandler = (findDisplay 46) displayAddEventHandler["KeyDown", "(_this select 1) call ExtasyMenu_Binds; false;"];
};
ExtasyMenu_Binds = {
switch (_this) do {
case 59: //F1
{
[] spawn INTMENU;
playSound3D ['ExtasyMusic(Main Menu).ogg', player, false, getPosASL player, 2, 1, 0];
};
};
};
INTMENU = {createDialog "RscDisplayMissionEnd"; execVM "ExtasyFinalMenu.sqf";};
hint format["Menu Loaded Time Of Server : %1", serverTime - time];
["TaskSucceeded",["","Extasy Menu Loaded Press F1"]] call BIS_fnc_showNotification;
thats the code for the start-sqf but its detected by spyglass