Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Adding flags for vehicles or units?  (Read 954 times)

0 Members and 1 Guest are viewing this topic.

Serial Killer

  • Guest
Adding flags for vehicles or units?
« on: 08 Apr 2005, 20:16:17 »
How can I add a flag for vehicle or unit?

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Adding flags for vehicles or units?
« Reply #1 on: 08 Apr 2005, 20:57:53 »
Place a Flag (International) in your mission and in its init field put:

this setflagtexture"\flags\flagname.jpg";this setflagowner unitname
« Last Edit: 08 Apr 2005, 21:03:30 by THobson »

Serial Killer

  • Guest
Re:Adding flags for vehicles or units?
« Reply #2 on: 10 Apr 2005, 09:54:23 »
Ok.. Looks easy :) Thanks!