Jump to content

squadsn1per

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About squadsn1per

  • Rank
    Rookie

Recent Profile Visitors

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

  1. squadsn1per

    [Release] Simple IED Script

    hey guys, nice mod! but: ive tried it local, it worked. but on my dedi-server the script will not spawn any IED´s.. the areas are there, but no IED´s?! heres my ied.sqf, did i make something wrong!? iedMkr=["iedMkr0","iedMkr1","iedMkr2","iedMkr3"]; iedBlast=["Bo_Mk82","Rocket_03_HE_F","M_Mo_82mm_AT_LG","Bo_GBU12_LGB","Bo_GBU12_LGB_MI10","HelicopterExploSmall"]; iedList=["IEDLandBig_F","IEDLandSmall_F","IEDUrbanBig_F","IEDUrbanSmall_F"]; iedJunk=["Land_Garbage_square3_F","Land_Garbage_square5_F","Land_Garbage_line_F"]; iedNum=5; //{_x setMarkerAlpha 0;}forEach iedMkr; if(!isServer)exitWith{}; iedAct={_iedObj=_this; waitUntil{sleep 1;player distance _iedObj<=10&&speed player>4}; if(mineActive _iedObj)then{ _iedBlast=selectRandom iedBlast; createVehicle[_iedBlast,(getPosATL _iedObj),[],0,""]; _iedDel=nearestObjects[getPosATL _iedObj,["IEDLandBig_F","IEDLandSmall_F","IEDUrbanBig_F","IEDUrbanSmall_F","Land_Garbage_square3_F","Land_Garbage_square5_F","Land_Garbage_line_F"],4];{deleteVehicle _x}forEach _iedDel;};}; {private["_ieds"];_ieds=[];_iedArea=getMarkerSize _x select 0;_iedRoad=(getMarkerPos _x)nearRoads _iedArea; for "_i" from 1 to iedNum do{ if(count _ieds==iedNum*4)exitWith{}; _iedR=selectRandom _iedRoad; _ied=selectRandom iedList;_junk=selectRandom iedJunk; _ied=createMine[_ied,getPosATL _iedR,[],8];_ied setPosATL(getPosATL _ied select 2+1);_ied setDir(random 359); if(round(random 2)==1)then{_iedJunk=createVehicle[_junk,getPosATL _ied,[],0,""];_iedJunk setPosATL(getPosATL _iedJunk select 2+1);_iedJunk enableSimulation false;}; _jnkR=selectRandom _iedRoad;_junk=createVehicle[_junk,getPosATL _jnkR,[],8,""];_junk setPosATL(getPosATL _junk select 2+1); _junk enableSimulation false;[_ied,iedAct]remoteExec["spawn",0,true]; _ieds set[count _ieds,_ied]; iedMkrs=[]; _mkrID=format["m %1",getPosATL _ied]; _mkr=createMarker[_mkrID,getPosATL _ied]; _mkr setMarkerShape "ICON";_mkr setMarkerType "mil_dot";_mkr setMarkerBrush "Solid";_mkr setMarkerAlpha 1;_mkr setMarkerColor "ColorEast"; iedMkrs set[count iedMkrs,_mkr]; }; }forEach iedMkr; sleep 5; {civilian revealMine _x;east revealMine _x;}forEach allMines;
  2. squadsn1per

    @A3MP - ArmA 3 Map Pack

    so.. im downloading with torrent, when im ready i will uploading with 10mbit.
  3. squadsn1per

    @A3MP - ArmA 3 Map Pack

    downloading :cool: THANK YOU!!! now i need the matching tanks, humvees etc :D
  4. squadsn1per

    @A3MP - ArmA 3 Map Pack

    thats soooooo awesomee :O i think thats THE BEST mod for Arma3 cant whait for the download.. hitting F5 permanently ;)
×