setFlagTexture: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|SETFLAGTEXTURE]] | [[Category:Scripting Commands|SETFLAGTEXTURE]] | ||
[[Category:Scripting Commands OFP 1. | [[Category:Scripting Commands OFP 1.96|SETFLAGTEXTURE]] | ||
[[Category:Scripting Commands OFP 1.46|SETFLAGTEXTURE]] | [[Category:Scripting Commands OFP 1.46|SETFLAGTEXTURE]] | ||
[[Category:Scripting Commands ArmA|SETFLAGTEXTURE]] | [[Category:Scripting Commands ArmA|SETFLAGTEXTURE]] |
Revision as of 20:29, 1 June 2006
flag setFlagTexture texture
Operand types:
flag: Object
texture: String
Type of returned value:
Description:
Set flag texture.
If texture is "", flag is not drawn.
Example:
flag1 setFlagTexture "usa_vlajka.pac"
Comments:
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" ...... USA flag
flag1 setflagtexture "\flags\ussr.jpg" ...... USSR flag
flag1 setflagtexture "\flags\fia.jpg" ...... Resistance flag