Search results

  1. A

    Heil patrol

    How Patrol do I add static heil protrols?
  2. A

    Need help Epoch random load out

    I have this and its not wokring _randomloadout = [_low,_Med,_high,_def] call BIS_fnc_selectRandom; if(_low) then { //Low DefaultMagazines =...
  3. A

    GOD Mode for fast rope

    google drive updated
  4. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Hey anyone have a custom store (like they redid it to their liking)? I am running epoch and wondering if someone has already did this.
  5. A

    GOD Mode for fast rope

    Files if you don't know what to change just Drag and drop and replace https://drive.google.com/folderview?id=0B_px25tWALIrZHlqbWswSm9wUDQ&usp=sharing
  6. A

    DayZ 1.8.0.3 handcuff player help

    http://www.armaholic.com/page.php?id=16289 http://forums.bistudio.com/showthread.php?161412-add-action-and-arrest-script-for-pvp http://forums.bistudio.com/showthread.php?82474-Add-Action-to-quot-arrest-quot-sb&highlight=arrest found some info take a look at the code
  7. A

    DayZ Base Building 1.3 Discussion

    Hey Using the smae keypad and woundering how you got sound with yours
  8. A

    [Support] Soul's Ignite tents

    Think you need matches and a jerry can
  9. A

    [Support] Soul's Ignite tents

    Epoch has there own version in the mod
  10. A

    Need help self action

    The actions can be click, what they are suppose to do doesn't happen. I checks if the player has the item and then removes the item and does something Here is the code private ["_bunkercode"]; _Chance = 2; _bunkercode = bunkercode; _Humanity = player getVariable["humanity",0]; titleText...
  11. A

    DayZ 1.8.0.3 handcuff player help

    Post this some where in the self action _botID = "0"; if (!isNull cursorTarget) then { _botID= cursorTarget getVariable ["CharacterID","0"]; }; diag_log format["DEBUG BOTID: %1", _botID]; if (_botID == "0") then { // its a bot...it has no ID _itsabot = true; } else { _itsabot = false...
  12. A

    DayZ 1.8.0.3 handcuff player help

    Here is the fix for the AI. Add this in the self action _botID = "0"; if (!isNull cursorTarget) then { _botID= cursorTarget getVariable ["CharacterID","0"]; }; diag_log format["DEBUG BOTID: %1", _botID]; if (_botID == "0") then { // its a bot...it has no ID _itsabot = true; } else {...
  13. A

    GOD Mode for fast rope

    Change the fastrope init to this #include "=BTC=_functions.sqf" BTC_fast_rope_h = 40; BTC_AI_fast_rope_on_deploy = 1; BTC_roping_chopper = [ "CH47_base_EP1","Mi17_base","Mi24_Base","UH1H_base","UH1_Base","UH60_Base","MV22","BAF_Merlin_HC3_D","Ka60_Base_PMC","Mi24_Base"]; { _rope = _x addaction...
  14. A

    DayZ 1.8.0.3 handcuff player help

    can you post the escort you are using?
  15. A

    DayZ 1.8.0.3 handcuff player help

    any word on your progress? Only thing broke is the escort it's so buggy I have to log out most of the time.
  16. A

    Self action help

    got it working
  17. A

    Self action help

    Need this skin to have this action Its an AI unit Skin is Graves_Light added the unit through the server pbo _unit_224 = objNull; if (true) then { _this = createAgent ["Graves_Light", [7685.6807, 1445.8789, 0.42305249], [], 0, "CAN_COLLIDE"]; _unit_223 = _this; _this setVehicleInit...
  18. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    Fix most of it IP : 109.123.114.213:2302 Idk why lvl is not resetting Part of the debug.sqf [ if (r_player_blood <= 0) then { sleep 2; mymoneyz = 0; Currentlevel = 0; currentMoney = 0; profileNamespace setVariable ["money",myMoneyZ]; saveProfileNamespace; profileNamespace setVariable...
  19. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    How can I make it so the player's lvl resets after they did?
  20. A

    [SUPPORT] DayZ of Glory (SPORKMOD)

    I added the gun shop to infinstar anti hack but more than that is needed. People also get banned for using the gunstore banned for exstr and pathtoscrdir probably more than that
Back
Top