setFlagTexture – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:


Are there any Arma 3 flags that work with this command? --[[GalZohar|GalZohar]] 14:48, 11 March 2013 (GMT)
Are there any Arma 3 flags that work with this command? --[[GalZohar|GalZohar]] 14:48, 11 March 2013 (GMT)
:There's one flag derived from FlagCarrierCore (FlagChecked_F) for which setFlagSide is working, but setFlagTexture isn't working yet. The texture as set from the init is also not animated currently.--[[User:HitmanFF|HitmanFF]]

Revision as of 11:59, 14 March 2013

Flag (US) (West) - FlagCarrierWest setFlagTexture "\ca\misc\data\usa_vlajka.pac"
Flag (SLA) (East) - FlagCarrierNorth setFlagTexture "\ca\misc\data\sever_vlajka.paa"
Flag (RACS) (Guer) - FlagCarrierSouth setFlagTexture "\ca\misc\data\jih_vlajka.paa"
--Doolittle 20:35, 7 July 2007 (CEST)
This seems to be a global effect. I.e. only server need execute. --Doolittle 18:45, 8 July 2007 (CEST)

I'm nearly positive it was local in OFP, but a quick test has shown that it is global in ArmA. --Tactii 01:32, 11 July 2007 (CEST)

Are there any Arma 3 flags that work with this command? --GalZohar 14:48, 11 March 2013 (GMT)

There's one flag derived from FlagCarrierCore (FlagChecked_F) for which setFlagSide is working, but setFlagTexture isn't working yet. The texture as set from the init is also not animated currently.--HitmanFF