1.8.7 player_switchWeapon updates

This commit is contained in:
ebaydayz
2016-03-03 21:31:32 -05:00
parent e660704f97
commit 479097e7a8
37 changed files with 1883 additions and 202 deletions

View File

@@ -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";
};
};
};