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.