SetPlayerTeam
SetPlayerTeam
Shared Function
![]() |
![]() |
---|---|
![]() |
![]() |
This function sets the team of the given player.
Syntax
API.setPlayerTeam(Client player, int team);
Required Arguments
- player: parameter input should be in Client type.
- team: parameter input should be in int type.
Usage example(s)
/team command which allows you to set your team:
|