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
["nomisum"] call { | |
missionNamespace setVariable [_this select 0,player, true]; | |
[0, { | |
params ["_myName"]; | |
private _curVarName = _myName+"Cur"; | |
if (!isNil _curVarName) then { | |
[-1, compile format["if (player == %1) then {%1 sideChat 'deleting Curator';}", _myName]] call CBA_fnc_globalExecute; | |
deleteVehicle (missionNamespace getVariable [_curVarName, objNull]); | |
missionNamespace setVariable [_curVarName, nil, true]; |
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
/** | |
* Remixer 1: @herkulano (http://www.herkulano.com) | |
* Remixer 2: @hotappsfactory (http://www.hotappsfactory.com) | |
* Thanks to: Niels Bosma (niels.bosma@motorola.com) | |
* Remixer 3: @nomisum (mixing some Matthew Ericson in) | |
**/ | |
// script takes @2x as basis. edit the 'saveToRes' lines for other scalings | |
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
// AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA | |
// autoloadouts.sqf | |
// Aufruf: | |
// | |
//[ | |
// ["ARC_GER_Flecktarn_soldier_LAT", "ksk_g3ka4_2"], | |
// ["ARC_GER_Flecktarn_soldier_FOO", "bar"] | |
// // .... |