Team Name Change & Team Choose Code
Posted: Sun Jun 24, 2007 11:31 pm
We should have a command to change a team name like
Examples
*changeteamname team 1,The Universal Monkeys
*changeteamname team 2,Navy
*changeteamname team 3,Army
Like that also
i would like a code to make you choose a team for the first time you get on
Example:
The first one in the code is the one i want is because i want people to chooose there team on login. If anything i said was posssible already please telll me and if there not yet made please consider them please!!!
Examples
*changeteamname team 1,The Universal Monkeys
*changeteamname team 2,Navy
*changeteamname team 3,Army
Like that also
i would like a code to make you choose a team for the first time you get on
Example:
Code: Select all
Event( "PlayerLogin", 0 )
{
*setteam %player% team 1
or
*setteam %player% team 2
}
if that is not possible here is another
{
*setteam %player% team 1 chance 50%
*setteam %player% team 2 chance 50%
}