RHS Feedback - USAF | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005414 | USAF | General | public | 2019-12-16 23:34 | 2020-02-06 21:37 |
Reporter | sahran | ||||
Assigned To | reyhard | ||||
Priority | none | Severity | trivial | Reproducibility | unable to reproduce |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Is it a wish/request? | Yes | ||||
RHS version | Stable | ||||
Arma 3 version | 1.96 | ||||
Did you used any other mod when the error occurred? | No | ||||
Which mods? | |||||
Summary | 0005414: firing nuclear projectile | ||||
Description | i tried to make a MX shoot a nuke both with the nuke truck and the tu-95 | ||||
Steps To Reproduce | (nuke truck didnt work) player addeventhandler ["fired", {_bullet = (_this select 6); if (_Bullet isKindOf "B_65x39_Caseless") then {_shell = "RHS_9M79B" createVehicle [(getPos _bullet select 0), (getPos _bullet select 1), (getPos _bullet select 2)]; _shell attachto [_bullet,[0,10,0]]; detach _shell; _shell setVelocity [(velocity _bullet select 0), (velocity _bullet select 1), (velocity _bullet select 2)]; deleteVehicle _bullet;};}]; (tu-95 didnt work) player addeventhandler ["fired", {_bullet = (_this select 6); if (_Bullet isKindOf "B_65x39_Caseless") then {_shell = "rhs_ammo_kh55sm" createVehicle [(getPos _bullet select 0), (getPos _bullet select 1), (getPos _bullet select 2)]; _shell attachto [_bullet,[0,10,0]]; detach _shell; _shell setVelocity [(velocity _bullet select 0), (velocity _bullet select 1), (velocity _bullet select 2)]; deleteVehicle _bullet;};}]; i tried different methods and all but got nothing to work. | ||||
Additional Information | maybe this could help you help me _lp = getpos player; _lp = [(_lp select 0)+800, _lp select 1, 0]; _payload = round(random 600) max 400; [_lp, _payload] call RHS_fnc_ss21_nuke; i found the payload but still don't know how to shoot it | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2019-12-16 23:34 | sahran | New Issue | |||
2019-12-16 23:44 | sahran | Reproducibility | N/A => unable to reproduce | ||
2019-12-16 23:51 | sahran | Note Added: 0010166 | |||
2019-12-16 23:51 | sahran | Summary | Tfiring nucllear projectile => firing nuclear projectile | ||
2020-02-06 21:37 | reyhard | Note Added: 0010280 | |||
2020-02-06 21:37 | reyhard | Status | new => closed | ||
2020-02-06 21:37 | reyhard | Assigned To | => reyhard | ||
2020-02-06 21:37 | reyhard | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|