Home   Help Search Login Register  

Author Topic: How do i have a person carry a flag on there back  (Read 458 times)

0 Members and 1 Guest are viewing this topic.

dave52390

  • Guest
How do i have a person carry a flag on there back
« on: 03 Aug 2004, 03:57:59 »
i need help with how to get a flag on some ones back off the start.

Offline C0LDSt33L

  • Members
  • *
  • Member of the SotM Team
Re:How do i have a person carry a flag on there back
« Reply #1 on: 13 Aug 2004, 13:25:37 »
Create a flag and in it's initialisation field use:

this setflagtexture "usa_VLajka.pac"

This will put a flag on the flagpole (use "Rus_vlajka.pac" for a Russian flag) Then give this flag a name like ourflag. Then you need to give the flag to the unit. This is done using the setflagowner command. For example:

ourflag setFlagOwner FlagCarryingDude

This will put the flag (ourflag) on the back the unit specified (FlagCarryingDude). This can be put in triggers or in initilisation fields.

dave52390

  • Guest
Re:How do i have a person carry a flag on there back
« Reply #2 on: 14 Aug 2004, 13:38:40 »
thanks it worked