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: Player Nickname  (Read 2981 times)

0 Members and 1 Guest are viewing this topic.

Offline Joiner

  • Members
  • *
Player Nickname
« on: 09 Apr 2009, 13:28:32 »
Hi all!
Can anyone tell me whether it is possible to use a player's name when making an MP mission? For example, I will play this mission with my friends and I know for sure that there will be players with certain nicknames. So I need to use certain commands for a particular person (for example, to add ammo dynamically, etc). I did not specify names for units in the editor. Thanks in advance!

Offline Deadfast

  • Members
  • *
Re: Player Nickname
« Reply #1 on: 09 Apr 2009, 14:29:17 »
name unit returns the nickname of a human player.

Offline Joiner

  • Members
  • *
Re: Player Nickname
« Reply #2 on: 09 Apr 2009, 15:12:41 »
Thanks!