Jump to content

Barba-negra

Member
  • Content Count

    445
  • Joined

  • Last visited

  • Medals

Everything posted by Barba-negra

  1. Barba-negra

    automatic sound

    having this is another similar, I am trying to activate a sound when a vehicle fires a missile, it is like an alarm that is activated to warn that the missile is approaching, then the name of the missile object is B_misil_F, (this name is a example), then when the missile is spawn and enters the area of 3000 meters the alarm should be activated, so I try to use nearestobjects, but something I need that could be?
  2. Barba-negra

    automatic sound

    @POLPOX but I need to use the nearestobjects, because there are objects that are spawn, they will not have variable names, and they will not be able to activate the trigger, as I could do?
  3. Barba-negra

    automatic sound

    thanks mate, I'm going to restructures
  4. Good afternoon guys, it's a pleasure to say hello, I'm trying to make a scripts that allows you to change the time of the mission in one area and in another area it remains the same, I have managed to do it in a player through this scripts, but in a multiplayer it It has made me very difficult, is there any possibility of doing it? Iniplayerlocal,sqf: waitUntil{ !isNil "BIS_fnc_init" && time > 0 }; _trigger = trg02; if ( player inArea _trigger ) then { skipTime 12; }; _trigger triggerAttachVehicle [ player ]; _trigger setTriggerActivation [ "VEHICLE", "PRESENT", true ]; _trigger setTriggerStatements ["this", " skipTime 12; ", " skipTime -12; "];
  5. Barba-negra

    change of time only in one area

    excellent @Harzach I just tried it in multiplayer and it works perfectly, this is wonderful guys thanks for the help
  6. Barba-negra

    change of time only in one area

    I got it, the setApertureNew [1000, 1000, 1000, .1000]; puts you the view as if it were excellent night : D
  7. Barba-negra

    change of time only in one area

    I need to simulate the night when it is day, is that possible?
  8. Barba-negra

    change of time only in one area

    maybe the setApertureNew can work?
  9. Barba-negra

    change of time only in one area

    thanks friends for the help, @davidoss but how could I simulate it? @Mr H. I'm going to check the links
  10. I just tried the work @Larrow this manignifico, really thank you very much :-D
  11. good afternoon everyone, greetings and a hug, I come here to ask for help please, I am currently using this command to deactivate the sound of a map environment, but when using it, it does so throughout the map, and I would like it just outside of a selected area or within a trigger, how could he do it? please help. this is the command enableEnvironment [false, false];
  12. Barba-negra

    HAFM Submarines V2.0

    Oh excellent Mr. Aplion, I will be very aware of your update, to update the submarine, which I am very sure that you will love
  13. Barba-negra

    HAFM Submarines V2.0

    anyway I still need a bit to finish it, in a few days :)
  14. Barba-negra

    HAFM Submarines V2.0

    thank you Mr. Aplion for informing me, the submarine in which I currently work only makes compatibility in your mods of ships and submarines in the names of the ships and in the harpoons and torpedoes, is the only thing that makes compatible, the submarine will have an active sonar that can stop them and show them on the radar, in the same way I also made it compatible with the other ship mods that have come out, so if HAFM Navy and submarines are modified in future versions, I will also update the Submarine
  15. Barba-negra

    HAFM Submarines V2.0

    thank you friend for the information, I will be very pending
  16. Barba-negra

    HAFM Submarines V2.0

    Good morning everyone, good afternoon to the creators of this wonderful mod, I had previously commented that I really like the work they have done and I thanked them for having done this work, I take this opportunity to tell you that I was working on a project of submarine and about a year ago and that very soon I am about to publish it, this submarine will be compatible to fight with the submarines of this beautiful mod, compatible with the ships of the HAFM and other naval mods, I hope you like it when you can see it :)
  17. Ohh excellent friend thank you very much good: D
  18. maybe you see something like that ??? [enableEnvironment [False, false]] inAreaArray EnvToggle_01;
  19. Well I just tried it and it works eliminates the ambience when you are inside the trigger, but it is necessary that the ambience continue for players who are out of the trigger, is that possible?
  20. Is your script very complete, could it serve as a multiplayer?
  21. hello hello, I was off the pc, it's multiplayer Harzarch, what did you write then it would only be for one player?
  22. I have used this scripts but nevertheless it is still deactivating the sound of the whole map trigger name Trignuevo Ac: sounddeactivated = enableEnvironment [false, false] inAreaArray Trignuevo;
  23. if it really works on the global, I've tried it on a dedicated server and if it removes all the ambient sound of the map, but I still do not know how it could cause only the sound to be deactivated in a specific area
  24. good morning guys, greetings to all, I come here to ask you how you could attach an object to a vehicle that is in deactivated simulation, and when moving the vehicle the object remains in the place that was tied but not tied , the vehicle I move with an interaction scritps that allows me to load it, the vehicle is a lifeboat, and I'm using the following command object attachTo [boat, [0, 0, 0]]; and the boat is in simulation deactivated through this command boat enableSimulation false; Boat enableSimulationGlobal false;
  25. ohh great gokitty1199 : - D I will try it right now, thanks Fellow
×