Im developing my own plugin, and I would like to know if there is any line-command in C#(CSharp), that allow players to join atomatically to an spesific group, using the oxide group?
Solved Adding player to group automatically?
Discussion in 'Rust Development' started by servermenta, May 21, 2016.
-
Wulf Community Admin
Players automatically join a group by default, are you wanting to add them to another too?
-
when a player join the server the plugin display a window where you can choose one team. When you choose one option this auto-add you to the respective group.
example:
when player1 joins the server and select teamA auto-join to group of teamA and the same way when player2 joins the server and select teamB auto-join to group of teamB
i dont know if you understand me? -
Wulf Community Admin
Code:rust.RunServerCommand("usergroup add PLAYERNAMEORID GROUPNAME");
-
Thanks
-
Code:permission.PermissionExists(perm)permission.RegisterPermission(perm, plugin)permission.GrantGroupPermission(group, perm, plugin)permission.UserHasPermission(user_id, perm)etc.
-
Wulf Community Admin
-
Need a specific library?Last edited by a moderator: May 21, 2016 -
Wulf Community Admin
-
how would i go about setting it up so if someone joins our "steamgroup" they auto go in to our "steamgroup" on the server?? is this such a thing?.
thanks -
Wulf Community Admin
-
how would i include every joining player into the quicksmelt grp? thx for the plugin btw didnt know its from you till today -
Wulf Community Admin
-
-
Wulf Community Admin
-