[TBD]Smoke Posted May 1, 2002 Share Posted May 1, 2002 thats what I tried but it never runs *g* seta timelimit "10" <= server don´t stop map after 10min seta g_weapondisable "1" <= player can still fire need some help Link to comment Share on other sites More sharing options...
MatrixCPA Posted May 1, 2002 Share Posted May 1, 2002 The timelimit may not matter on a duel map. If you aren't running a duel server, please post your command line and entire config. The value for g_weaponDisable is not (0/1) (Off/On). It's a bitfield that looks like so: 1 No Weapon (not used) 2 Stun Baton 4 Sabre (doesn't work) 8 Bryar Pistol 16 Stormtrooper Rifle 32 Disruptor 64 Bowcaster 128 Repeater 256 DEMP Gun 512 Flechette Rifle 1024 Rocket Launcher 2048 Thermal Detonators 4096 Trip Mines 8192 Detonator Packs 16384 Sentry Guns (Carried) 32768 Turrent Guns (Fixed) You add up the numbers of the weapons you DON'T want and that's what you set g_weaponDisable to be. So, if you want a saber only server you set it to 65531. NOTE: You'll also want to set g_duelWeaponDisable to the same value or 65531. Most people expect saber only duels. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.