Skip to content

Commit

Permalink
broadcast buyoptionblufor/opfor
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 13, 2016
1 parent d0c77d4 commit c55a148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spawn/gui/_dialogs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ class russianSupplyGUI
colorText[] = {1,0.2,0.2,0.5};
colorBackground[] = {0,0,0,1};
tooltip = "WARNING: you cant undo this & you cant buy anymore.";
action = "BUY_OPTION_OPFOR = false; opfor_teamlead setVariable ['canBuy', false]; closeDialog 0;";
action = "BUY_OPTION_OPFOR = false; publicVariableServer 'BUY_OPTION_OPFOR'; opfor_teamlead setVariable ['canBuy', false]; closeDialog 0;";
onMouseEnter = "(_this select 0) ctrlSetTextColor [1,0.2,0.2,1]";
onMouseExit = "(_this select 0) ctrlSetTextColor [1,0.2,0.2,0.5]";
period = 0;
Expand Down Expand Up @@ -1139,7 +1139,7 @@ class USSupplyGUI
colorText[] = {1,0.2,0.2,0.5};
colorBackground[] = {0,0,0,1};
tooltip = "WARNING: you cant undo this & you cant buy anymore.";
action = "BUY_OPTION_BLUFOR = false; blufor_teamlead setVariable ['canBuy', false]; closeDialog 0;";
action = "BUY_OPTION_BLUFOR = false; publicVariableServer 'BUY_OPTION_BLUFOR'; blufor_teamlead setVariable ['canBuy', false]; closeDialog 0;";
onMouseEnter = "(_this select 0) ctrlSetTextColor [1,0.2,0.2,1]";
onMouseExit = "(_this select 0) ctrlSetTextColor [1,0.2,0.2,0.5]";
period = 0;
Expand Down

0 comments on commit c55a148

Please sign in to comment.