Script mod help need, for a great mod -
02-13-2003, 12:32 AM
Ok iam trying to make a scrit for clan, that will swap ppl from with a clan's tag all one side and the rest of ppl the other side, and i need some help here is my probleme.
1) i need to find a way to see the name of each member to make a condition work here is the code of it:
if (----name of player-----==(level.g_clantag+*))
{
if (local.player.dmteam == "allies")
{
$player[local.p] stufftext ("join_team axis")
iprintln ("Teams "+ level.g_clantag +"swapped to axis")
}
}
but i cant get the name of the player so i cant compare it, any help will be apreciate thx
|