Notes |
|
|
This does happen very often in multiplayer. It also frequently teleports to your vehicle to 0 0 0 in the water. |
|
|
(0011407)
|
jexon
|
2021-01-16 08:25
|
|
its not bug rhs. its bug missios or wog pack's mod |
|
|
|
Truly? First video recorded on dedicated server with rhs only. |
|
|
(0011911)
|
KaMeG
|
2021-09-21 09:42
|
|
looks like issue with "rhs_vehcollider" in RHS_fnc_engineStartupDelay:
<code>
if(_delay > 5)then{
_c = "rhs_vehcollider" createVehicle (getpos _v);
_c setPos (getPos _v);
_c setVectorDirAndUp [vectorDir _v,vectorUp _v];
};
</code>
without this block startup delay works without explosion.
that how looks creating "rhs_vehcollider" in Virtual Arsenal
https://cdn.discordapp.com/attachments/800093749203304488/889776352998354994/20210821140814_1.jpg [^]
i think collision with vehicle and "rhs_vehcollider" is causing explosions in multiplayer |
|