Bonjour j'ai suivi ce tuto https://forum.the-programmer.com/post/utiliser-le-tazer-bt01.1984/ mais je sais pas comment on fait pour changer le tazer BT01 en X16 vous pouvez m'aider ?
if (((currentWeapon _source) == "ms_tazer") && (_projectile == "ms_tazerRound")) then {
if (((currentWeapon _source) == "ms_tazer") && (_projectile == "X26_Prong")) then {
if (((currentWeapon _source) == "BT01_F") && (_projectile == "Taser_Caseless")) then {
systemChat format ["DEBUG _source : %1",_source];
systemChat format ["DEBUG _unit : %1",_unit];
systemChat format ["DEBUG (currentWeapon _source) : %1",(currentWeapon _source)];
systemChat format ["DEBUG _projectile : %1",_projectile];
systemChat format ["DEBUG (side _source) : %1",(side _source)];
systemChat format ["DEBUG (alive _unit) : %1",(alive _unit)];
if (((currentWeapon _source) == "ms_tazer") && (_projectile == "ms_tazerRound")) then {
if (((currentWeapon _source) == "ms_tazer") && (_projectile == "X26_Prong")) then {