OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: John on 17 Jul 2006, 22:23:04
-
hi there?...
I wanna change the flag in a mission im making....how can I do it?
-
Place a flagpole and type in its init:
this setFlagTexture "rus_vlajka.pac";or
this setFlagTexture "usa_vlajka.pac";
this gives you a Russian or American flag.
-
...and if you would like to use your own flags use .jpg file format (someone knows relation of width/height of the flags?), put it into your mission folder and use
this setflagtexture "myflag.jpg"
-
256 * 128
-
...and if you would like to use your own flags use .jpg file format
you can also save it as pac, doesn't need to be .jpg.
-
Cheers me deers!
Great help.