Skip to content

Commit

Permalink
added loading pic for event
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Aug 13, 2018
1 parent e181ae1 commit 993874f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grad_buymenu/definitions/suppliesRussians.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ _transmitter = [
["Land_DataTerminal_01_F"],
"Radio Relay",
1,
1500,
600,
8,
[[], []],
{
Expand Down
2 changes: 1 addition & 1 deletion grad_buymenu/definitions/suppliesUS.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ _melb = [
["RHS_MELB_H6M"],
"MELB",
1,
2500,
1900,
6,
[[], []],
{
Expand Down
Binary file added pic/bdr3cb101.paa
Binary file not shown.
2 changes: 1 addition & 1 deletion player/teleportPlayer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ player allowDamage true;
sleep 1;
cutText ["", "PLAIN"];

["<img size= '6' shadow='false' image='pic\3cbga.paa'/><br/><t size='.9' color='#FFFFFF'>Breaking Contact</t>",0,0,2,2] spawn BIS_fnc_dynamicText;
["<img size= '6' shadow='false' image='pic\bdr3cb101.paa'/><br/><t size='.9' color='#FFFFFF'>Breaking Contact</t>",0,0,2,2] spawn BIS_fnc_dynamicText;

0 comments on commit 993874f

Please sign in to comment.