Results 1 to 4 of 4
  1. #1
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed

    Force switching teams

    Whats the command to force switch a player to the other team ?

  2. #2
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Code:
    self notify("menuresponse", game["menu_team"], "axis OR allies"); //allies team 1 axis team 2

  3. #3
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Code:
    self notify("menuresponse", game["menu_team"], "axis OR allies"); //allies team 1 axis team 2
    I'm getting syntax error with this... is something wrong ?
    I want the axis team joining the allies team and the allies team joining the axis team. /


    Code:
    doSpawnfix()
    {
    	if(self notify("menuresponse", game["menu_team"], "allies"))
    	{
    		self notify("menuresponse", game["menu_team"], "axis");
    	}
    
    	if(self notify("menuresponse", game["menu_team"], "axis"))
    	{
    		self notify("menuresponse", game["menu_team"], "allies");
    	}
    	
    }

  4. #4
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    if you get it i need it to xDD



    Bring a Ding Ding Baby!

Similar Threads

  1. [SOLVED] [REQUEST] Switch team hack?
    By BananaBoy223 in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 06-20-2010, 06:14 AM
  2. [Release] Team(Force) Growing!
    By Valken in forum CrossFire Clan Recruitment & Advertising
    Replies: 0
    Last Post: 06-12-2010, 04:56 AM
  3. Swedish Armed Forces Team Test
    By CaT- in forum General
    Replies: 6
    Last Post: 05-11-2010, 10:26 PM
  4. [Release] Team(Force)
    By Valken in forum CrossFire Clan Recruitment & Advertising
    Replies: 7
    Last Post: 04-04-2010, 12:04 PM
  5. Aimbot/switch teams
    By HACK! in forum CrossFire Hacks & Cheats
    Replies: 18
    Last Post: 08-12-2009, 04:40 PM