mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Halo Jump + Some german localization
This commit is contained in:
8
SQF/dayz_code/actions/halo_jump.sqf
Normal file
8
SQF/dayz_code/actions/halo_jump.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
DZE_myHaloVehicle removeAction s_halo_action;
|
||||
s_halo_action = -1;
|
||||
|
||||
player action [ "eject", (vehicle player)];
|
||||
sleep 1;
|
||||
player spawn BIS_fnc_halo;
|
||||
player setvelocity [0,120*0.8,0];
|
||||
player setdir 0;
|
||||
Reference in New Issue
Block a user