Arma 3
Not enough ratings
[ZAM] - Add Respawn (INDEP)
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
File Size
Posted
997.000 B
6 Jan, 2022 @ 8:35pm
1 Change Note ( view )

Subscribe to download
[ZAM] - Add Respawn (INDEP)

In 2 collections by Mr. Uplay 🗲
Arma 3 Tools
88 items
M9-SD's Workshop (ARMA 3)
82 items
Description
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 Comments
Luminarya 8 Jan, 2022 @ 8:36am 
fucking finally tired of using sleeping bags method.