Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

gotardo

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About gotardo

  • Rank
    Rookie
  1. i copy some like this. _vehicle = _this select 0; _vehicle addEventHandler ["GetIn", { private ["_veh", "_pos", "_unit", "_namesArray", "_plt"]; _veh = _this select 0; _pos = _this select 1; _unit = _this select 2; _namesArray = ["3934726","3445166"]; if !((getPlayerUID _unit) in _namesArray) then { _unit action ["Eject", vehicle _unit]; hint "Para pilotar aeronaves deve-se ter o treinamento apropriado"; }; }]; I need , block this script to name char ex: ("bravo_1","alpha_1") In my edited mission, i need, block for any pilot less uids admin, and "bravo_1","bravo_2" position in my lobby.
  2. I need help to restrict vehicles by uids and also by string name "pilot_alpha", "pilot_bravo." My problem is: I have a team of four riders only should they fly, but I have server administrators who also must have access, I would like to block a string name, in characters pilots, and uid of the server administrators im brazilian sorry by poor engl... =D
  3. hello people I am Brazilian and I need help to edit the map domination ace wounds. 1. I created a new team, but I can not bring up the menu ace to perform treatment on myself and friends. 2.tambem wish they all could repair vehicles, but I can not do this too. I thank you all for the help. thank you very much
×