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: Weapons selection?  (Read 752 times)

0 Members and 1 Guest are viewing this topic.

Echo5Hotel

  • Guest
Weapons selection?
« on: 22 Jan 2005, 01:23:32 »
I have been able to successfully create a mission where you can select your weapons under the gear tab but when I make the mission multi-player, the only person that can choose his weapons is the person hosting the game.  Is there anyone who can tell me how to make it so all the players in a MP game can choose their weapons?  My description.ext looks like this:

Respawn=GROUP;
Respawndelay=2;
class Weapons
{
    class bas_jm4acog
    {
        count = 2;
    };
    class bas_jm4acogs
    {
        count = 2;
    };
    class bas_jm4reflex  etc etc

Can someone help me out?

Thanx.   :)

Homefry31464

  • Guest
Re:Weapons selection?
« Reply #1 on: 22 Jan 2005, 02:58:20 »
They have to be in a seperate group, AFAIK.

Offline SEAL84

  • Members
  • *
  • Always lurking
Re:Weapons selection?
« Reply #2 on: 22 Jan 2005, 03:15:54 »
Yeah, the squad leader is the only one who can pick weapons.  That's why MP missions sometimes have ammo crates stacked up at the starting point.

You could start all the players as individual groups and join them shortly after starting the game...