CFG WEAPONS DONE

This commit is contained in:
icomrade
2016-02-18 13:58:02 -05:00
parent 81d5976031
commit dfb7bba743
395 changed files with 55004 additions and 1384 deletions

View File

@@ -2,6 +2,9 @@ class RscDisplayGenderSelect
{
idd = 6902;
enableDisplay = 1;
onLoad = "dayz_DisplayGenderSelect = true;";
class controls
{
class GenderPic_Man : RscActiveText
@@ -15,7 +18,7 @@ class RscDisplayGenderSelect
h = 0.542373 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectGender = 'Survivor2_DZ';";
action = "closeDialog 0;dayz_DisplayGenderSelect = false;dayz_selectGender = 'Survivor2_DZ';";
};
class GenderPic_Woman : RscActiveText
{
@@ -28,7 +31,7 @@ class RscDisplayGenderSelect
h = 0.542373 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectGender = 'SurvivorW2_DZ';";
action = "closeDialog 0;dayz_DisplayGenderSelect = false;dayz_selectGender = 'SurvivorW2_DZ';";
};
class Gender_Title: RscStructuredText
{