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