Arma 3
評價次數不足
[ZAM] - Add Respawn (INDEP)
   
獎勵
加入最愛
已加入最愛
移除最愛
Data Type: Composition
檔案大小
發佈於
997.000 B
2022 年 1 月 6 日 下午 8:35
1 項更新註記 (檢視)

訂閱以下載
[ZAM] - Add Respawn (INDEP)

在 Mr. Uplay 🗲 的 2 個收藏中
Arma 3 Tools
88 個項目
M9-SD's Workshop (ARMA 3)
82 個項目
描述
All player respawn types:

https://steamproxy.net/sharedfiles/filedetails/?id=2710761247
https://steamproxy.net/sharedfiles/filedetails/?id=2710762560
https://steamproxy.net/sharedfiles/filedetails/?id=2710762276
https://steamproxy.net/sharedfiles/filedetails/?id=2710762004

Source Code:
comment " Description: - Creates a respawn position in Zeus. - For when you have players on other sides but the actual spawn modules aren't unlocked (Official Zeus 16+2) "; comment " _RespawnModuleTypes = [ 'ModuleRespawnPositionWest_F', 'ModuleRespawnPositionEast_F', 'ModuleRespawnPositionGuer_F', 'ModuleRespawnPositionCiv_F' ]; "; comment "Run from zeus interface:"; deleteVehicle this; M9SD_fnc_addRespawnPos = { params [['_type', 'ModuleRespawnPositionWest_F'], ['_position', screenToWorld getMousePosition]]; private _newRespawn = createAgent [_type, _position, [], 0, 'CAN_COLLIDE']; [_newRespawn, true, true] remoteExec ['BIS_fnc_moduleRespawnPosition']; { [_x, [[_newRespawn], true]] remoteExec ['addCuratorEditableObjects']; } forEach allCurators; _newRespawn }; comment "[] call M9SD_fnc_addRespawnPos;";

——————————————————————————————————

My Links

Donate[www.paypal.com]
Website[www.m9-sd.com]
YouTube
GitHub[github.com]
Workshop
Discord (ZAM)[discord.gg]
Discord (SQF Archive)[discord.gg]

——————————————————————————————————

Requirements

This is a scripted composition, designed to be placed from the Zeus[community.bistudio.com] interface. After subscribing to and subsequently downloading this composition, it will automatically be accessible in-game from Zeus > Groups > Empty > Compositions (since it's not a mod, it won't show up as one in the Arma 3 launcher). The scripts attached to this composition will only work if the server allows it with the zeus composition script level security parameter in its description.ext file.[community.bistudio.com] Here is a guide for server owners.

Set the value to 2 to allow custom attributes and all scripts.
zeusCompositionScriptLevel = 2;

The following official public zeus servers allow scripted compositions, however they do have various undisclosed remoteExec restrictions defined in a custom CfgRemoteExec.[community.bistudio.com]

Try out this composition on one of these servers:

[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (USA) #04[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (USA) #02[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (US) #02e[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (US) #02w[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #12[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #04[www.battlemetrics.com]
[OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #02[www.battlemetrics.com]
• [OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #0D
• [OFFICIAL] Arma 3 Zeus by Bohemia Interactive (EU) #0B

Thank you for subscribing, rating,
& favoriting this composition!

1 則留言
Luminarya 2022 年 1 月 8 日 上午 8:36 
fucking finally tired of using sleeping bags method.