Results 1 to 4 of 4
  1. #1
    The amazing's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    United states
    Posts
    1,248
    Reputation
    14
    Thanks
    45
    My Mood
    Cool

    can anyone spawn a tent that has every gear inside

    let me know

  2. #2
    furiouswai's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    292
    Reputation
    142
    Thanks
    482
    Quote Originally Posted by Mrjellop View Post
    let me know
    You can only fit 50 items, 10 weps/tools and 5 backpacks in a tent. If you put more in it will just fall out and be all over the ground around it.

    And to spawn a tent on the server that actually stays without putting it up manually the script needs to run through remote exc.

    Here:
    Code:
    hint "Spawning Tent";
    _pos = [((getPosATL player) select 0) + 3, ((getPosATL player) select 1) + 3, (getPosATL player) select 2];
    
    //call compile (""loltent = 'TentStorage' creat""+""eVehicle %1;"");
    
    _tent = format ["if (isServer) then
    {
    	[0, nil, [0, %1], 'TentStorage'] call local_publishObj;
    	loltent = %1 nearestObject 'TentStorage';
    };", _pos];
    [_tent] execVM "scr\exec.sqf";
    
    sleep 5;
    
    _tent2 = "if (isServer) then
    {
    	call compile (""{loltent addWea""+""ponCargoGlobal [_x, 1];} forEach
    	['BAF_AS50_scoped','M4A1_AIM_SD_camo','M9SD', 'M9SD','Binocular_Vector','ItemCompass','ItemGPS',
    	'ItemToolbox','NVGoggles','NVGoggles'];"");
    };";
    [_tent2] execVM "scr\exec.sqf";
    
    sleep 5;
    
    _tent3 = "if (isServer) then
    {
    	call compile (""{loltent addMagazi""+""neCargoGlobal [_x, 1];} forEach
    	['30Rnd_556x45_StanagSD', '30Rnd_556x45_StanagSD', '30Rnd_556x45_StanagSD', '30Rnd_556x45_StanagSD', '30Rnd_556x45_StanagSD', '5Rnd_127x99_as50','5Rnd_127x99_as50', '5Rnd_127x99_as50', '5Rnd_127x99_as50', '5Rnd_127x99_as50', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', '15Rnd_9x19_M9SD', 'FoodSteakCooked', 'FoodSteakCooked', 'FoodSteakCooked', 'FoodSteakCooked', 'FoodSteakCooked','ItemAntibiotic', 'ItemAntibiotic',
    	'ItemBandage', 'ItemBandage', 'ItemBandage', 'ItemBandage','ItemBloodbag', 'ItemBloodbag', 'ItemBloodbag', 'ItemBloodbag', 'ItemBloodbag','ItemEpinephrine', 'ItemEpinephrine','ItemHeatPack', 'ItemHeatPack', 'ItemMorphine', 'ItemMorphine','ItemPainkiller', 'ItemPainkiller','ItemSodaMdew', 'ItemSodaMdew', 'ItemSodaMdew', 'ItemSodaMdew','ItemSodaPepsi','ItemTent',
    	'Skin_Sniper1_DZ'];"");
    };";
    [_tent3] execVM "scr\exec.sqf";
    
    sleep 5;
    
    _tent4 = "if (isServer) then
    {
    	call compile (""loltent addBackpa""+""ckCargoGlobal ['DZ_Backpack_EP1', 5];"");
    };";
    [_tent4] execVM "scr\exec.sqf";
    Change all the scr\exec.sqf to the path to your remote exc script.

  3. #3
    Rarshet's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    I can, its just one key, add me on skype at Fuazxcr33d

  4. #4
    The amazing's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    United states
    Posts
    1,248
    Reputation
    14
    Thanks
    45
    My Mood
    Cool
    ur skype name dosent match

Similar Threads

  1. [Request] Can anyone do a hack that kills every enemy in the room,Thanks
    By ShadowzProx in forum S4 League Hacks
    Replies: 5
    Last Post: 11-05-2012, 07:32 AM
  2. Can Anyone give me script that spawns crates that visible to all!
    By Ktuluxu in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 12
    Last Post: 09-22-2012, 01:07 PM
  3. [Solved] I have question! can anyone tell me why!!!!! thats very bad!
    By yejiaming in forum CrossFire Help
    Replies: 7
    Last Post: 07-18-2012, 09:58 PM
  4. [Solved] Can anyone make a hack that removes respawn protection?
    By soulstriker1 in forum CrossFire Help
    Replies: 3
    Last Post: 09-15-2011, 04:44 PM
  5. Does anyone have map.wz that has not been touched?
    By yaowings in forum MapleStory Hacks, Cheats & Trainers
    Replies: 2
    Last Post: 04-03-2009, 02:15 PM