Quel est ce language ?
player addMagazine "1470Rnd_127x108_YakB";_actiontype = ((_this select 3) select 0);
switch (_actiontype) do
{
case "hostagedragdrop": {
[] spawn TLU_ZipTie_DragHostageToogle;
};
case "hostagedisablephone": {
[] spawn TLU_ZipTie_DisableHostagePhone;
};
};_actiontype = ((_this select 3) select 0);
private["_players", "_targetvehicle", "_type", "_infos", "_typename", "_exit"];
_players = [];
_targetvehicle = cursorTarget;
if (isNull _targetvehicle) exitWith {player groupChat "Invalid Vehicle in CrossHair"};
_type = typeOf _targetvehicle;
_infos = _type call INV_getitemArray;
if ((count _infos) <= 0) exitWith {player groupChat "Invalid Vehicle in CrossHair"};