Jump to content

Barba-negra

Member
  • Content Count

    445
  • Joined

  • Last visited

  • Medals

Everything posted by Barba-negra

  1. hello all friends a greeting, I come here asking for help, I am currently using a scripts to sit on chairs in multiplayer, I was previously using this scripts in the chair 1.Place a Camping Chair on the map. 2.Add this to the Camping chair Init: this addAction ["<t color='#0099FF'>Sit Down</t>","Chair\sitdown.sqf"] this scripts sitdown _chair = _this select 0; _unit = _this select 1; [[_unit, "Crew"], "MAC_fnc_switchMove"] spawn BIS_fnc_MP; _unit setpos (getpos _chair); _unit setDir ((getDir _chair) - 180); standup = _unit addaction ["<t color='#0099FF'>Stand Up</t>","scripts\Chair\standup.sqf"]; _unit setpos [getpos _unit select 0, getpos _unit select 1,((getpos _unit select 2) +15002)]; but the problem of this initial scritps is that the player when getting up did it without problem, but the other player still saw him sitting, it seems that the action of the animation to get up was in local, then he modified this line to multiplayer in the scritps to sit down standup = _unit addaction ["<t color='#68ccf6'>Levantarse</t>",{["scripts\Chair\standup.sqf","BIS_fnc_execVM",true,false] spawn BIS_fnc_MP;}]; The Standup scripts contain the following: player switchMove ""; player removeaction standup but the problem of this modification is that when using the action get up, raise all the players who are sitting, then I do not know how I could fix it, help please, I use this scripts because it allows me to use actions with the menu mouse scroll with objects that have functions of addAction, because I have seen others that the player can sit but does not allow to interact with objects while sitting
  2. good the scritps is not mine, it is from another person, from here exactly but reading a little more I could see that another person published another scritips, I'm going to try it friend
  3. Barba-negra

    lock special keys

    an error of mine when writing in the trigger : - )
  4. good afternoon to all guys, greetings, I come here asking for help, is there a possibility to make a scripts that can block or make the jump key of the custom actions section not work? Do I need to block it for a mission, or in a specific area of the map, Thank you very much for the help in advance
  5. Barba-negra

    lock special keys

    it works now thanks thanks thanks, excellent you are a genius : - D
  6. Barba-negra

    lock special keys

    Yes, I have the action to use action 1, and it does not work even if it could be happening?
  7. Barba-negra

    lock special keys

    I just saw the image that you placed, and I made the trigger, but I still can jump inside the area, I'm going to try placing it in the init of the mission
  8. Barba-negra

    lock special keys

    friend I'm doing but I can still jump in the area, surely I must be doing something wrong
  9. Barba-negra

    lock special keys

    I have placed the scripts in the iniplayerlocal, the trigger should I put a variable name?
  10. Barba-negra

    lock special keys

    oh my god thank you are a Genius : - o
  11. Barba-negra

    Enhanced Movement

    good afternoon to all friends, greetings, I really like the mod and I have a lot of time using it, good work from the creators, I wanted to ask for help, I'm doing a mission where in a certain area I need the jump and climb functions to be disabled , but in all other areas if it works, is that possibility?
  12. Barba-negra

    lock special keys

    the mod that I use is this http://www.armaholic.com/page.php?id=27224, but I need it for other areas of the mission, but I would like to block it in a specific area, there is some possibility of blocking it in a area ?
  13. Barba-negra

    lock special keys

    you are right, there are no scripts of arma 3 of jump, I must have a mod that does it, I will verify what it is and I say
  14. Barba-negra

    lock special keys

    I will verify please wait
  15. Barba-negra

    lock special keys

    in the game settings, in the part of customize controls in action 1, if you place a key, and then go to the game, when you press the key the player jumps or climbs, that is the action that I need to block in the area specifies
  16. Barba-negra

    lock special keys

    thanks friend, the problem is that I do not know how to do it since my programming knowledge is low, could you help me do it? and excuse me
  17. Barba-negra

    Need help with the Live feed module

    Has someone found the solution to this?
  18. Barba-negra

    HAFM NAVY v1.5 Release

    It is beautiful: o
  19. hello to all friends, I wanted to ask a question, is there the possibility of using an image and placing it on an advertising poster, which can be read from the path of an addons?
  20. Barba-negra

    unit not editable in zeus

    ok friend and I put false where it says true?
  21. good afternoon to all guys, I would like to ask a question, is there the possibility of making a unit not editable in zeus? that is, it can not be edited? but nome I mean that he does not have insufficient resources, if not that he does not appear in zeus as objecto de zeus
  22. Barba-negra

    unit not editable in zeus

    that is, I need the unit not to be zeus
  23. Barba-negra

    unit not editable in zeus

    I am trying to eliminate from zeus, that the unit is on the map, but when I am in the zeus I can not see it because it is not a zeus object
  24. Barba-negra

    unit not editable in zeus

    nothing friend does not work, place it in the init of the unit and even place it in the init of the mission laming it with the variable name and it still appears as a zeus object: /
  25. Barba-negra

    unit not editable in zeus

    thanks mate i'm going to do it
×