team balancing
Posted: Thu Feb 19, 2004 1:02 pm
sigh,,,
I did several searches and looked through about 24 pages of results and still couldn't come across a solution, so here goes
)
I'm playing around with an auto-team balance script in my map, I have it to the point where it actually determines how many players it needs to move and randomly selects them, but I can't seem to assign them to the other team.
The actual command to assign them is what I am looking for...
I've been trying
$player[local.index].dmteam = axis
$player[local.index].dmteam = allies
based on which direction the balance is needed, but can't get it to work. Anyone know what the actual syntax is to assign a player to a specific team ???
I did several searches and looked through about 24 pages of results and still couldn't come across a solution, so here goes
I'm playing around with an auto-team balance script in my map, I have it to the point where it actually determines how many players it needs to move and randomly selects them, but I can't seem to assign them to the other team.
The actual command to assign them is what I am looking for...
I've been trying
$player[local.index].dmteam = axis
$player[local.index].dmteam = allies
based on which direction the balance is needed, but can't get it to work. Anyone know what the actual syntax is to assign a player to a specific team ???