Search results

  1. H

    Need help to update config cfgMagazine

    addons compiling and config when game loading, problem not in misson, i loading @ori;@epoch;@myAddon, but myAddon reupdated ori and epoch
  2. H

    Need help to update config cfgMagazine

    ok, thx, i now create topic at bis forum, but don't answer..
  3. H

    Need help to update config cfgMagazine

    in rtp logs i see this Updating base class CA_Magazine->, by z\addons\hapodha9i_coji9ihka_main\config.cpp/CfgMagazines/ItemHeatPack/ Updating base class CA_Magazine->, by z\addons\hapodha9i_coji9ihka_main\config.cpp/CfgMagazines/SkinBase/ and after i see this Updating base class ->CA_Magazine...
  4. H

    Need help to update config cfgMagazine

    hi, i have problem i have activated 3 addons: dayz origins dayz epoch my addon In my addon i need update already used classes CfgMagazines: ItemHeatPack ItemPlotDeed SkinBase i add in CfgPatches this: requiredAddons[]={ "dayz_code", "ori_items" }; and in cfgMagazines i add this: class...
  5. H

    New grenade & gas mask & tear gas script

    i how have all, one man help me :)
  6. H

    New grenade & gas mask & tear gas script

    hi, need help, i create new grenade (gas) change in tear gas script to my grenade, create gas mask (with hud) now need change script to disable if i have gas mask, i try with varible init: have_protivogaz = false; execvm my gas mask loop script execvm tear gas script my gas mask loop script: if...
  7. H

    who know how to fix taviana (origins) map 1.8 (white artifacts)?

    { _x animate ["ani_door1",1]; } forEach (nearestObjects [[0,0,0], ["Land_tav_HouseBlock_D1_ex2"], 50000]);
  8. H

    who know how to fix taviana (origins) map 1.8 (white artifacts)?

    use hopa & doska anims to vehicles fix and ani_door1 to map fix
  9. H

    who know how to fix taviana (origins) map 1.8 (white artifacts)?

    I now write map & vehicles fix
  10. H

    who know how to fix taviana (origins) map 1.8 (white artifacts)?

    who know how to fix taviana (origins) map 1.8 (white artifacts)?
  11. H

    How to stop play sound? (say/rsay)

    I now fix filtres and this script realy works :)
  12. H

    How to stop play sound? (say/rsay)

    in internet i only found this - http://arma3.ru/forums/topic/2899-preryvanie-vosproizvedeniia-zvukovykh-trekov/ this real work? i m kicked at create logic in filtres i already have 5 "logic"
  13. H

    How to stop play sound? (say/rsay)

    No, i add in game guitar and add in action menu to play sound && animate, and add stop animate action and now need stop sound
  14. H

    How to stop play sound? (say/rsay)

    Please say me, how i can get stop my playeble sound? (use rSay command to playing)
  15. H

    update class name in db and in game

    Inkko, helped me, now this work, but server now don't deleted in db too..
  16. H

    update class name in db and in game

    need help, need fix last moment _object_1 = nearestObjects [_playerPos, ["object_1"], 5]; _object_1_selected = _object_1 select 0; if ( not isNull _object_1_selected ) then { have error in if, but don't know how to fix, need create if if in _object_1_selected have object then { i write not...
  17. H

    update class name in db and in game

    i already create all :) thx
  18. H

    update class name in db and in game

    i create deleting in database, but don't work my publish (saving to database) part code| _object_1 = nearestObject [player,"object_1"]; _ps = getPos _object_1; _dr = getDir _object_1; _objectID = _object_1 getVariable["ObjectID","0"]; _objectUID = _object_1 getVariable["ObjectUID","0"]...
  19. H

    update class name in db and in game

    I create server script to change class all objects in game every 30 second, script delete all object-1 at map and create object-2 (use derection and coordinates at all object-1) and after 30 second server delete all object-2 at map and create object-3 (use derection and coordinates at all...
  20. H

    update class name in db and in game

    Implemented the interchangeable lens session only , without storing in the data base, can not understand how to keep a bunch of data is going , if I say so selected about 10 or more objects at the same time as me all one-time change classname in the database? P.S. Sorry, write in google translate
Back
Top