setFlagTexture: Difference between revisions
Jump to navigation
Jump to search
m (moved notes) |
mNo edit summary |
||
Line 30: | Line 30: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 4, 2006 - 10:59</dd> | |||
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:'' | |||
Flashpoint comes with an addon called Flags.pbo which contains all the flags of the world. You can find it in the addons folder. | Flashpoint comes with an addon called Flags.pbo which contains all the flags of the world. You can find it in the addons folder. | ||
To use a flag texture from there use: flag1 setflagtexture "\flags\usa.jpg" | To use a flag texture from there use: | ||
flag1 setflagtexture "\flags\ussr.jpg" | |||
flag1 setflagtexture "\flags\fia.jpg" | USA flag: | ||
flag1 setflagtexture "\flags\usa.jpg" | |||
USSR flag: | |||
flag1 setflagtexture "\flags\ussr.jpg" | |||
Resistance flag: | |||
flag1 setflagtexture "\flags\fia.jpg" | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 11:59, 4 August 2006
Description
- Description:
- Set flag texture. If texture is "", flag is not drawn.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
flag1 setFlagTexture "usa_vlajka.pac"
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Posted on August 4, 2006 - 10:59
- hardrock
- Notes from before the conversion: Flashpoint comes with an addon called Flags.pbo which contains all the flags of the world. You can find it in the addons folder. To use a flag texture from there use: USA flag: flag1 setflagtexture "\flags\usa.jpg" USSR flag: flag1 setflagtexture "\flags\ussr.jpg" Resistance flag: flag1 setflagtexture "\flags\fia.jpg"