Search results

  1. B

    Class Hit Points

    Geting this error over and over in my rpt file... "13:07:15 class HitPoints::HitEngine not found in usec_bell206_1" Any idea's why?/
  2. B

    CCTV

    Sounds great !
  3. B

    CCTV

    You can place cameras anywhere u want.
  4. B

    CCTV

    That would be sick.
  5. B

    DayZ 1.7.7 Cannot loot backpack due to anti-dupe

    tried it both ways....still haunted by anit dupe . Ive had issues with backpacks, tents, jerycans, everything .Really sux.
  6. B

    New Clothing Class Names

    I tried adding these too a supply crate but it didn't show up...I used this line "_this addMagazineCargo ["Camo1_DZ",10];" Should it be "_this addMagazineCargo ["Skin_Camo1_DZ",10];" ?
  7. B

    New Clothing Class Names

    Appreciate it !!
  8. B

    DayZ 1.7.7 Cannot loot backpack due to anti-dupe

    using it without changing anything didn't work for me
  9. B

    CCTV

    If you want to add sound when the surveillance is activated just add this line at the bottom of the cctv/ init file... "playSound "cctv" And then add the below code to your description.ext class CfgSounds { sounds[] = { cctv }; class cctv { name="cctv"...
  10. B

    Players Spawn Cars (MENU)

    If you don't mind me asking ...what did you do to make it public to anyone...im trying to accomplish this for selective loadouts.
  11. B

    New Clothing Class Names

    Does anyone know all the class names for the new clothing ?
  12. B

    Survivor camp

    Could you send them my way as well...thx!
  13. B

    DayZ 1.7.7 Cannot loot backpack due to anti-dupe

    Does the following have to be changed in the object_pickup.sqf if (!canPickup) exitwith { if (pickupInit) then { cutText ["[ANTI-DUPE] You must wait to pickup this item!","PLAIN DOWN"] } else { cutText ["[ANTI-DUPE] You may only pickup one item at a time!","PLAIN DOWN"]...
  14. B

    CCTV

    Add the following in your fn_selfactions..... //CCTV if(cursorTarget isKindOf "Notebook" and _canDo) then { if (s_player_Laptop < 0) then { s_player_Laptop = player addAction ["Activate Laptop Surveillance","cctv\init.sqf",cursorTarget, 0, false, true, "",""]...
  15. B

    Anti Dupe

    Why is it nobody can pick up backpacks ? Keep getting antidupe message. Says they have to wait .
  16. B

    HERO / BANDIT Bases

    This is my bandit.sqf if (isPlayer _x) && ((_x getVariable ["humanity",0]) < 0) then { titleText ["You are now entering Bandit base.", "PLAIN DOWN", 3]; } else { titleText ["You are entering a Bandit Base, turn back!", "PLAIN DOWN", 3]; sleep 10; titleText ["This a restricted area, turn...
  17. B

    HERO / BANDIT Bases

    Tried the code you posted....trigger is working because I get exit text....but the entrance (bandit or hero .sqf ) are no being activated. Any idea ?
  18. B

    Loadout Selection on Spawn

    Tried this as well....no luck.
Back
Top