Código: Seleccionar todo
_unit = _this select 0;
_weapon = _this select 2;
if ((_weapon in ["FFAA_Armas_C90"]) && (local _unit)) then {
_used = "FFAA_Armas_C90Used";
sleep 0.5;
_unit removeWeapon _weapon;
_unit addWeapon _used;
_unit selectWeapon _used;
_unit action ["DROPWEAPON",_unit,_used];
};
¿Me podéis ayudar y decirme como y donde hay que ponerlo para que funciones?
Muchas gracias chicos.