11-27-2013, 18:49
(This post was last modified: 11-27-2013, 19:09 by TemeraireTeamp.)
Hi people,
I try to switch a player from team in a ranked match I started with Liberation using F4 > F5, and this code:
While this does switch the player the following things go wrong:
- You still see your old team as friendlies.
- You see your new team as enemies.
- HUD shows your old team icon.
- The menu shows the new team icon but with the name of the old team.
- At the scoreboard you are still in the old team.
- The minimap shows your old team as friendlies.
- The minimap shows your new team as enemies.
As host I can use F6 (Liberation shortcut) to fix all of the above if I switch from team.
Setting the following code does solve the problem but then nobody joins:
Please take a look if you can help me in any of these ways:
A. If you know what is wrong, reply the fix.
B. Confirm you get the same result with the code I attached.
C. Know what code is (possibly) behind the F6 shortcut.
D. Know a workaround to open a private match.
I try to switch a player from team in a ranked match I started with Liberation using F4 > F5, and this code:
Code:
<player> maps\mp\gametypes\_menus::addToTeam( "<team>" );
While this does switch the player the following things go wrong:
- You still see your old team as friendlies.
- You see your new team as enemies.
- HUD shows your old team icon.
- The menu shows the new team icon but with the name of the old team.
- At the scoreboard you are still in the old team.
- The minimap shows your old team as friendlies.
- The minimap shows your new team as enemies.
As host I can use F6 (Liberation shortcut) to fix all of the above if I switch from team.
Setting the following code does solve the problem but then nobody joins:
Code:
setDvar( "xblive_privatematch", "1" );
Please take a look if you can help me in any of these ways:
A. If you know what is wrong, reply the fix.
B. Confirm you get the same result with the code I attached.
C. Know what code is (possibly) behind the F6 shortcut.
D. Know a workaround to open a private match.