Results 1 to 2 of 2
  1. #1
    GrafBumsula's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Tired

    Need Commands to change Players Team

    Hey everybody,

    I'm creating a mod and now i need the command, to change the team of a player.

    Would be very nice if u can help me.

    GrafBumsula

  2. #2
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    self notify("menuresponse", game["menu_team"], "allies");
    self notify("menuresponse", game["menu_team"], "axis");
    self notify("menuresponse", game["menu_team"], "spectator");

  3. The Following User Says Thank You to Yamato For This Useful Post:

    GrafBumsula (07-16-2011)