Skip to content

Instantly share code, notes, and snippets.

View headswe's full-sized avatar
🏀
Building cool things

Sebastian Nygren headswe

🏀
Building cool things
View GitHub Profile
<%@ 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
<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>
_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
},
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
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, []];
[myGroup, ["marker_1","marker_2"]] execVM "teleport.sqf";