If I spawn in a Mission as a Civilian and use this variables to change the team in the same session without being killed:
_player = player;
[player] join createGroup EAST;
selectNoPlayer;
selectPlayer _player;
playerSide = CIVILIAN
side player = EAST
It only works when the player gets killed:
playerSide = EAST
side player = EAST
Is this suppose to be like this? If not, Is there any chance that playerSide gets fixed?
Used 90% playerSide, and now have to swap over to side player.