forked from Bob-Murphy/A3-Antistasi-1.4
-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isla duala playtest adjustment (#3463)
* fixes * Update mission.sqm * Moved support corridors * Update mission.sqm * John requested modification * missed the disable sim * disable damage before init client * Update initServer.sqf
- Loading branch information
Showing
4 changed files
with
408 additions
and
5,774 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
A3A/addons/maps/Antistasi_isladuala3.isladuala3/initPlayerLocal.sqf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
_this call A3A_fnc_initClient; | ||
|
||
{_x allowDamage false; _x enableSimulation false;} forEach nearestObjects [[worldSize / 2, worldSize / 2], ["Land_ibr_mostd_bez_lamp", "Land_ibr_mostd_stred30"], worldSize * sqrt 2 / 2, true]; | ||
|
||
_this call A3A_fnc_initClient; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.