rg_join_team
Syntax
native rg_join_team(const index, const TeamName:team);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
| team | Team id |
Description
Forces a player to join a team.
Return
1 on success, 0 otherwise
native rg_join_team(const index, const TeamName:team);
| Parameter | Description |
|---|---|
| index | Client index |
| team | Team id |
Forces a player to join a team.
1 on success, 0 otherwise