Jump to content

How to set a team on player login?


Vicker

Recommended Posts

its pretty simple:

function movePlayerToTeam(previousAccount,currentAccount,autologin)
setPlayerTeam(source,getTeamFromName("Red")) --set the players team (source of the event) to the team with the name "Red"
end
addEventHandler("onPlayerLogin",getRootElement(),movePlayerToTeam) --adding an event handler for the onPlayerLogin event

of course the team must be existing. use createTeam to create a team

hope this helps

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...