Home   Help Search Login Register  

Author Topic: Weapons selection?  (Read 523 times)

0 Members and 6 Guests 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...