Skip to content

Commit

Permalink
Russian rank icons for Opfor players (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
beaar authored Oct 15, 2019
1 parent d16d78f commit 7b2a81b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tmf_template.altis/init.sqf
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;
2 changes: 2 additions & 0 deletions tmf_template.altis/initPlayerLocal.sqf
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"];
1 change: 1 addition & 0 deletions tmf_template.altis/initServer.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// code here runs on the server, but not clients

0 comments on commit 7b2a81b

Please sign in to comment.