-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian rank icons for Opfor players (#285)
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// code here runs on clients and server | ||
|
||
// Use Russian rank icons for Opfor players | ||
["OPF_F", [ | ||
"\z\ace\addons\nametags\UI\icons_russia\private_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\corporal_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\sergeant_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\lieutenant_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\captain_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\major_gs.paa", | ||
"\z\ace\addons\nametags\UI\icons_russia\colonel_gs.paa" | ||
]] call ace_nametags_fnc_setFactionRankIcons; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// code here runs on clients, but not the server | ||
// params ["", "_didJIP"]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// code here runs on the server, but not clients |