Search results

  1. H

    Not reaction on pressed at new inventory control

    Hi, i trying add new controls to inventory, but when i pressed at control not reaction, and not focus, but...: color[]={1,1,1,1}; colorActive[]={1,1,1,0.5}; i tryning create medkit\mechanics bag, i add 2 control to inventory, when i press this control rmb, controll call function (draw my not...
  2. H

    Real time after restart, how know?

    Me need know real time after restart, for localize restart messages, plz answer how? I found dll libriary for get real time pc to arma, but very bad working... 21:24:12 "call dll start" 21:24:12 "time:21:21" 21:24:12 "call dll end" 21:25:23 "call dll start" 21:25:23 "time:21:29" 21:25:23 "call...
  3. H

    How to realese message when agent/bot (ai) kill player?

    Hi, how i can get realese message when agent/bot (ai) kill player? I need and have killerMessage EH, but can i know who killer agent/bot (ai)? Maybe who have complite script?
  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

    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...
  6. 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)?
  7. H

    How to stop play sound? (say/rsay)

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

    update class name in db and in game

    hi, how to release update class name in db and in game, i create server loop (while + waitUntil), but how to select all classnames in db to change to other class name if at map have object_1 change to if at map have object_2 change to object_3
  9. H

    [Epoch\Origins] How to create lock\unlock vehicle (building) (hiding inventory)

    How to create lock\unlock vehicle (building) (hiding inventory), why i need to do?
  10. H

    [Epoch] Adding new function to server_updateObject.sqf (no update information in db)

    Please help, i add new function to server_updateObject.sqf, no saving info to db (update) Part script: PVDZE_veh_Update = [_object,"all2"]; publicVariableServer "PVDZE_veh_Update"; server_updateObject.sqf (case): case "all2": { call _object_position2; }; server_updateObject.sqf...
  11. H

    Please help to adding new grenade in game (don't throw grenade)

    Hi, when i add new grenade (in new addon) i don't throw (new grenade) classCfgAmmo{ classGrenadeHand_stone;// External class reference classMolotovCoctailAmmo:GrenadeHand_stone{ CraterEffects="NoCrater"; explosionEffects ="GlassSmash"...
  12. H

    Origins && Epoch: Need help to saving building stages, after restart all stages complite

    Origins && Epoch: Need help to saving building stages, after restart all stages complite. Building & Upgraiding work, bu after restart all stages complite, please help fix this
  13. H

    Skip time script, change time skip, please help

    How can i get skip 60 min in 10 min, script skip every 1 min, i need every 10 min, please help [60,false,true] execFSM "core_time.fsm"; don't work script: https://github.com/joenilan/DayZOrigins/blob/master/MPMissions/dayz_1.origins.tavi/core_time.fsm#L333
  14. H

    Crash server 1.8.4.1 with this error - Include file z\addons\dayz_code\gui\mod.paa not found

    Please help when i start server 1.8.4.1 and connect server crash with error: "Include file z\addons\dayz_code\gui\mod.paa not found"
Back
Top