class disableBriefing {preInit = 1;};
if (hasInterface) then {
0 = [] spawn {
waitUntil {
if (getClientState == "BRIEFING READ") exitWith {true};
if...
briefing = 0;
[] execVM "briefing.sqf";
merci mais je met dans quel fichier ? .bat ? .cfg ?il faut que le auto init soit activer sur le serveur afin de ne plus avoir cela ...
ajoute [CODE title="-autoInit"] -autoInit[/CODE] à la fin de tes parametres de lancement serveur
class disableBriefing {preInit = 1;};
if (hasInterface) then {
0 = [] spawn {
waitUntil {
if (getClientState == "BRIEFING READ") exitWith {true};
if (!isNull (findDisplay 53)) exitWith {
ctrlActivate (findDisplay 53 displayCtrl 1);
(findDisplay 53) closeDisplay 1;
true
};
false
};
};
};