Jump to content

Blitzer134

Member
  • Content Count

    106
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

5 Followers

About Blitzer134

  • Rank
    Sergeant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Blitzer134

    Enemy occupation system (eos)

    is there a variable or something after bastion waves are complete on a marker named"05" found this "EOSmarkers" not sure how to implement it thanks again
  2. Blitzer134

    Easy British unit script

    Ah i see simple when you know how thank you JShock works perfect
  3. Blitzer134

    Easy British unit script

    hi jona33 any chance you could show me how to merge this class CfgFunctions { #include "scripts\VAS\cfgfunctions.hpp" #include "taw_vd\CfgFunctions.hpp" }; with your code cant seem to figure it out fed up of my arma crashing looking forward to the update thanks
  4. Blitzer134

    Vcom AI V2.0 - AI Overhaul

    i'm getting error and rpt spam using above script _parents = [_class,true] call BIS_fnc_returnParents;> Error position: <_class,true] call BIS_fnc_returnParents;> Error Undefined variable in expression: _class
  5. if (isServer) then { _vehicleObject = createVehicle ["B_Plane_CAS_01_F", getMarkerPos "spawn", [], 0, ""];_vehicleObject setDir 150.524; _vehicleName = "JET"; missionNamespace setVariable [_vehicleName,_vehicleObject]; publicVariable _vehicleName; };
  6. Blitzer134

    Radio Trigger Help

    perfect thanks JShock
  7. I'm trying to get radio alpha repeatedly for only 2 squad leader init.sqf if (player == SL,ME) then { _trg=createTrigger ["EmptyDetector",getMarkerPos "trigs"]; _trg setTriggerArea [0,0,0,true]; _trg setTriggerActivation ["ALPHA","NOT PRESENT",true]; _trg setTriggerTimeout [0, 0, 0, false ]; _trg setTriggerStatements ["this ","Script goes here",""]; }; Thanks
  8. Blitzer134

    Vcom AI V2.0 - AI Overhaul

    hi love this script keep getting error has mine im using caf_ag and audio patch on sangin_public_a3 using EOS script any advice how to fix my eos unit pool }; // insurgents if (_faction==5) then { _InfPool= ["CAF_AG_ME_T_AK47","CAF_AG_ME_T_AK74","CAF_AG_ME_T_GL","CAF_AG_ME_T_PKM","CAF_AG_ME_T_RPG","CAF_AG_ME_T_RPK74","CAF_AG_ME_T_SVD"]; _ArmPool= ["O_APC_Tracked_02_AA_F","O_APC_Tracked_02_cannon_F","O_APC_Wheeled_02_rcws_F","O_MBT_02_arty_F","O_MBT_02_cannon_F"]; _MotPool= ["CAF_AG_ME_T_van_01","CAF_AG_ME_T_Offroad","CAF_AG_ME_T_Offroad_armed_01"]; _ACHPool= ["O_Heli_Attack_02_black_F","O_Heli_Attack_02_F"]; _CHPool= ["O_Heli_Light_02_F"]; _uavPool= []; _stPool= ["O_Mortar_01_F","O_HMG_01_high_F","O_static_AT_F","O_static_AA_F"]; _shipPool= []; _diverPool= []; _crewPool= ["CAF_AG_ME_T_AK47"]; _heliCrew= ["CAF_AG_ME_T_RPG","CAF_AG_ME_T_GL"]; }; thanks alot
  9. Blitzer134

    Mission Problem totally lost

    Beerkan thanks a lot mate :yay:cant believe missed that:j:
  10. Been trying to make a mission but for some reason I keep spawning bottom left of map then teleport to respawn_west I have no idea whats happening if anyone can help I would be grateful really don't want to start again been looking through it for god knows how long https://www.dropbox.com/sh/bk3t5l40y1rvvoq/AAAF-MIJRQ1Y8L5PSkj_a4bIa any tips or tricks for a broken man:mad:
  11. Blitzer134

    Trigger error

    Thanks F2K Sel you're a LEGEND works perfectly:yay:
  12. first was unable to get it working now i'm getting error and still no good _trg=createTrigger ["EmptyDetector",getMarkerPos "AREA"]; _trg setTriggerArea [150,150,0,false]; _trg setTriggerActivation ["west","NOT PRESENT",false]; _trg setTriggerTimeout [0, 0, 0, false ] _trg setTriggerStatements ["this", "{ if (([thistrigger _x] call bis_fnc_inTrigger)) then {{deleteVehicle _x} foreach crew _x;deleteVehicle _x} } foreach allMissionObjects ''-[thistrigger]",""]; I've been looking at this way to long Thanks
  13. Blitzer134

    Placing Halogen Lamp in the Editor

    Put this in any objects init or a mod maybe
×