Home   Help Search Login Register  

Author Topic: Flag  (Read 403 times)

0 Members and 1 Guest are viewing this topic.

Ducky Zeus

  • Guest
Flag
« on: 30 Aug 2004, 09:46:59 »
Hi do u know the script which adds a flag onto the flag pole
   Thx, ducky

Offline C0LDSt33L

  • Members
  • *
  • Member of the SotM Team
Re:Flag
« Reply #1 on: 30 Aug 2004, 10:09:48 »
Easy one this. You don't even need a script. Just put

Code: [Select]
this setflagtexture "usa_Vlajka.pac"
in the initialisation field of the flag. You can also use "rus_Vljaka.pac" for a russian flag.

To change the flag during a mission use FlagName SetFlagTexture "FlagTexture" in the activation field of a trigger.

If you want to put it on someones back there is a thread about it here: http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=18907;start=0
« Last Edit: 30 Aug 2004, 10:10:33 by C0LDSt33L »