Way to force teams?

Obsidian General.
Post Reply
JigglyWiggly
Banned
Posts: 150
Joined: Mon Jul 28, 2008 11:55 am

Way to force teams?

Post by JigglyWiggly »

Is there a way to turn teams on in the server without editing the map directly? Thanks in advance.
(I just want this for one specific map)
Last edited by JigglyWiggly on Sat Jul 18, 2009 11:56 pm, edited 1 time in total.
User avatar
JerC
Donator
Donator
Posts: 914
Joined: Fri Jan 30, 2009 1:37 pm
Location: France

Post by JerC »

Erm,you can turn on teamplay option in server options...
Please don't take my posts before 2013 too seriously. It will be better for both you and I :c
JigglyWiggly
Banned
Posts: 150
Joined: Mon Jul 28, 2008 11:55 am

Post by JigglyWiggly »

How :?: There be no server options. (I am using dedicated)
Axel_m3sh
npc_combine_elite
npc_combine_elite
Posts: 469
Joined: Wed Nov 05, 2008 5:52 am
Location: lolwut L0C4tI0n?
Contact:

Post by Axel_m3sh »

mp_teamplay 1 I think
JigglyWiggly
Banned
Posts: 150
Joined: Mon Jul 28, 2008 11:55 am

Post by JigglyWiggly »

Thanks that works nicely, does anyone know how the server can automatically set that when the map launches?
I just tried a blindshot in the dark... didn't work.

Code: Select all

dm_cod4_vacant_rc1
{
    
  "MountEpisodeOne"	"1"
  "MountEpisodeTwo"	"1"
   "mp_livesmode" "1"
   "mp_teamplay" "1"
 

SpawnItems
{
    "item_battery" "1"
    "item_ammo_smg1" "5"
    "weapon_healer" "1"
    "custom_ak47new" "1"
    "custom_mp5_de_prodigy" "1"
    "custom_p228" "1"
    "custom_usp" "1"
    "custom_ump45" "1"     
    "custom_awp" "1"
    "custom_scout" "1"
    "custom_sg550" "1" 
    "custom_m249" "1"
    "weapon_frag" "5"
    "weapon_stunstick" "1"
}
}
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Post by Shana »

mapname_cfg.txt
JigglyWiggly
Banned
Posts: 150
Joined: Mon Jul 28, 2008 11:55 am

Post by JigglyWiggly »

Thanks that worked, for anyone who cares, you have to use mp_teamoverride not mp_teamplay in the cfg
Post Reply