Jump to content

Recommended Posts

Hello everyone, I'm having trouble adding actions to an object. Locally everything goes well. the code below works well and the actions are displayed every 2 after the others. However once on the server, it displays the last action executed by the script ... please help?

 

if (TerminalArsenal) then {[hds_terminal] spawn fnc_EstUnArsenal};
  if (TerminalDeSaute) then {[hds_terminal,"Insertion",7] remoteExecCall ["fnc_EstUnTerminalDeSaut",2]};
  if (TerminalDeGroupeIA) then {[hds_terminal,"Groupe:R.O.S",1] remoteExecCall ["fnc_EstUnTerminalDeGroupeIA",2]};
  if (TerminalDeGroupeIARHS) then {[hds_terminal,"Groupe:R.H.S",2] remoteExecCall ["fnc_EstUnTerminalDeGroupeIARHS",2]};
  if (TerminalDeGroupeIAPERSO) then {[hds_terminal,"Groupe:H.D.S",3] remoteExecCall ["fnc_EstUnTerminalDeGroupePERSO",2]};
  if (TerminalMission) then {[hds_terminal,"Mission|Suivante",4] remoteExecCall ["fnc_EstunTerminalMission",2]};
  if (TerminalDeNeutralisation) then {[hds_terminal,"Basculer Civil|Militaire",5] remoteExecCall ["fnc_JoueursNeutre",2]};
  if (TerminalDeSauvegarde) then {[hds_terminal,"Sauver|Equipement",6] remoteExecCall ["fnc_SauvegardeEquipements",2]};
  if (TerminalDeDebugger) then {[hds_terminal,"Nettoyer|Mission",5] remoteExecCall ["fnc_EstUnDebugger",2]};

Share this post


Link to post
Share on other sites
11 hours ago, pierremgi said:

Don't double post please.

Forum can be funky sometimes, especially when multitabbing and writing in various tabs at once (and even 2+ browser instances).

Had posts end up in other threads at least 2 times.

 

Cheers

  • Like 2

Share this post


Link to post
Share on other sites

Yeah. Bohemia need to fix their forums as well. A lot of times users have posted and it has sent two requests to the server. They also need to fix their game engine too! :rofl::rofl: Just kidding! We all love ArmA, in whatever state it is in heh. :happy:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×