Initial baseline - KP Liberation v0.96.7a Ruha variant
This commit is contained in:
6
scripts/client/actions/do_unflip.sqf
Normal file
6
scripts/client/actions/do_unflip.sqf
Normal file
@@ -0,0 +1,6 @@
|
||||
params [ "_veh" ];
|
||||
|
||||
if ( !isNull _veh ) then {
|
||||
_veh setpos [(getpos _veh) select 0,(getpos _veh) select 1, 0.5];
|
||||
_veh setVectorUp surfaceNormal position _veh;
|
||||
};
|
||||
Reference in New Issue
Block a user