mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
1.8.7 player_switchWeapon updates
This commit is contained in:
@@ -825,7 +825,7 @@ class RscDisplayGear {
|
||||
h = 0.174;
|
||||
color[] = {1,1,1,0.5};
|
||||
colorActive[] = {1,1,1,0.8};
|
||||
action = "[""gear""] call player_switchWeapon";
|
||||
action = "0 call dz_fn_switchWeapon";
|
||||
};
|
||||
|
||||
class Button2: RscActiveText {
|
||||
@@ -840,7 +840,7 @@ class RscDisplayGear {
|
||||
h = 0.174;
|
||||
color[] = {1,1,1,0.5};
|
||||
colorActive[] = {1,1,1,0.8};
|
||||
action = "[""gear""] call player_switchWeapon";
|
||||
action = "0 call dz_fn_switchWeapon";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user