Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
add execVM "skill.sqf" in init.sqf?
SpawnEnemies = false;
Then use this template. Add the units you want spawned on line 3 replacing "UNITCLASSNAME" with whatever units you want (you can get unit classnames from inside 3den using 3den Enhanced Mod)
Save that inside a script with a while loop
EG.
While {SpawnEnemies == true} do {THE TEMPLATE SCRIPT HERE};
Then use a triggers onActivation section to change the boolean to true;
EG
OnActivation
SpawnEnemies = true;
I learnt this from DAYZ MEDIC on YT its worth looking at their channel as its very informative for this kind of stuff.
https://www.youtube.com/watch?v=rimtaSgGz_4