Jump to content

matrox

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About matrox

  • Rank
    Newbie
  1. Hi all, I need some help with BIS_fnc_MP. I call the Infected Script from my Spawn Script in mission Init.sqf. The Spawn Script place some marker and the trigger on the map. I have a mission that works fine with this (it spawn 100 units) _dt5 setTriggerStatements ["this", "null= [thistrigger,[""Warnung_Sperrgebiet1""], 100, false, false] spawn INF_fnc_infectedzone; ", ""]; But now i need to start it with my Headless Client. The Headless Client works fine and spawn other Units from Scripts without problems. I try it with many different ways, but my Headless Client didn't spawn from INF_fnc_infectedzone. Maybe i have to chance something inside the Infected Script. But i think, i need to spawn it with BIS_fnc_MP. I anybody familiar with setTriggerStatements and BIS_fnc_MP? thx so much
  2. matrox

    Arma 3 Headless Client

    Hi, its my first try to write in this forum. Maybe it isnt the right Place for it. I need help with BIS_fnc_MP. I have a mission that works fine with this (it spawn 100 units) _dt5 setTriggerStatements ["this", "null= [thistrigger,[""Warnung_Sperrgebiet1""], 100, false, false] spawn INF_fnc_infectedzone; ", ""]; but i need to start it with my HC. The HC works fine and spawn other Units without problems. I try it with many different ways, but my HC didnt spawn from INF_fnc_infectedzone. Maybe i have to write it with BIS_fnc_MP. But i didnt understand how to. I anybody familiar with it? And give my some small help? I want to understand how. But i have no perfect English and everything is written in it, and my head is cooking now. thx so much
×