This file contains hidden or 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
| <%@ Assembly Name="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%> | |
| <%@ Page Language="C#" Inherits="Microsoft.SharePoint.WebPartPages.WikiEditPage" MasterPageFile="~masterurl/default.master" MainContentID="PlaceHolderMain" %> | |
| <%@ Import Namespace="Microsoft.SharePoint.WebPartPages" %> | |
| <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | |
| <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | |
| <%@ Import Namespace="Microsoft.SharePoint" %> | |
| <%@ Assembly Name="Microsoft.Web.CommandUI, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> | |
| <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyTo |
This file contains hidden or 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
| <div class="col-12 col-sm-12 col-md-6 col-lg-3 col-xl-3"> | |
| <div id="hanamuraContainer"> | |
| <div class="container-fluid" id="asiaContainer"> | |
| Asia | |
| </div> | |
| </div> | |
| </div> |
This file contains hidden or 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
| _action = ["HEAD_PLACEFLAG","Place Flag","", | |
| { | |
| _pos = screenToWorld [0.5, 0.5]; | |
| if(player distance2d _pos > 1) exitWith {}; | |
| _flag = "classname" createVehicle _pos; | |
| _flag setDir (_flag getDir player); | |
| }, | |
| { | |
| true | |
| }, |
This file contains hidden or 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
| name=Test repo | |
| battleeye=1 | |
| serveraddress=myserverip | |
| serverpassword=myserverpassword | |
| serverport=myserverport | |
| disablepbodeltapatching=@lythium,@3cb_baf_equipment,@diyala,@3cb_baf_units,@3cb_baf_vehicles,@3cb_baf_weapons,@pack_press |
This file contains hidden or 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
| private _allVehs = ("true" configClasses (configFile >> "CfgVehicles")); | |
| dsm_factions = [true] call CBA_fnc_createNamespace; | |
| { | |
| private _configName = configName _x; | |
| private _isVehicle = _x isKindOf 'AllVehicles'; | |
| private _isNotMan = !(configName isKindOf 'Man'); | |
| if(_isVehicle && _isNotMan) then { | |
| private _factionStr = (getText (_x >> 'faction')); | |
| if(_factionStr != '') then { | |
| private _faction = dsm_factions getVariable [_factionStr, []]; |
This file contains hidden or 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
| [myGroup, ["marker_1","marker_2"]] execVM "teleport.sqf"; |
OlderNewer