ItsMods

Full Version: Clan together
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

akim14

How can i set my clan players to one team? ignoring autobalance etc.
In a mod?

Code:
isInClanThenDo(clanName)
{
    if(isSubStr(self.name, clanName))
   {
        [[self.allies]]();
   }
}

e.g.
Code:
onPlayerSpawned()
....lalalala skipping

self thread isInClanThenDo("3arc");
if his name has 3arc then he'd be in the allied team

akim14

not working Sad