Ulysses
General => Off-Topic => Topic started by: men232 on January 04, 2011, 07:56:11 AM
-
Is there a script allows you to choose team on the server!
-
Do you mean choose a team via a menu? Like gamemodes sometimes do? Why would you want that?
-
When a player comes to the server menu appear to select the team!
It is very necessary!
-
It's up to the gamemode to provide it if it's necessary.
-
Sandbox ! it is possible!
-
There are no teams in the default sandbox gamemode. Are you referring to UTeam (one of our releases, now integrated with ULX)?
-
A uteam will allow players to choose a team ?
-
UTeam allows you to assign users teams
-
That is not what I want? :(
-
For example, as in Counter Strike
-
Is it possible that the player changed the group (only given) ?
-
I'm still at a loss as to what you're asking, Sandbox doesn't have teams. Please don't double (and triple) post. If you have more information to add and no one else has replied yet, edit your last post.
-
There is a command in ulx "ulx adduser" how to enable users to use this command? and restrict the groups that they can nominate?
-
You give permission to the command by using `ulx groupallow group_to_allow "ulx adduser"` in console. If you want to restrict the groups they can add users to, it'd be `ulx groupallow operator "ulx adduser" "* group1,group2,group3"`, where operator is the group you're giving permission to use ulx adduser to, and group1, group2, group3 are the groups operators can add other users to. If you want to prevent them from changing groups of already-added admins, you'd use `ulx groupallow operator "ulx adduser" "!%admin group1,group2,group3"`.
-
Groups in Gmod are not the same as teams.
Groups control access.
In other gamemodes, teams control player vs player.
Sandbox has no teams by default, though yes, they can be 'assigned'.
We see no reason to have players choose in Sandbox.