OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Echo5Hotel on 22 Jan 2005, 01:23:32

Title: Weapons selection?
Post by: Echo5Hotel 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.   :)
Title: Re:Weapons selection?
Post by: Homefry31464 on 22 Jan 2005, 02:58:20
They have to be in a seperate group, AFAIK.
Title: Re:Weapons selection?
Post by: SEAL84 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...