Ulysses Stuff > Suggestions
Ability to copy teams
The Asian Aimbot:
What you use to tell what rank someone is on the SUI Scoreboard. I can't really think of any other good explanation. I'm having trouble uploading a screenshot of it.
I also tried right clicking it for more options, but none came up
iViscosity:
Oh so it's for a custom plugin. In that case, you'd probably have to go into the code for the addon or something and see how they are stored. I'm not familiar with the "SUI Scoreboard".
The Asian Aimbot:
No, it came standard with ULX. You know where you edit groups? That little tab marked "manage teams"
iViscosity:
There is no "team" section in vanilla ULX. You likely have UTeam which gives you that. Looking at the config for UTeam, I see the config
--- Code: ---"Out"
{
"teams"
{
"1" //Team index. Start at 1 and go up. Team priority lowest first.
{
"name" "Name" //Name of the team.
"group" "usergroup" //Usergroup required for the team. Works with garry's default and UCL.
"color" //The team's color
{
"r" "255" //Red value
"g" "100" //Green Value
"b" "0" //Blue Value
"a" "255" //Alpha Value
}
"hp" "500" //(*Optional*) Player's initial health.
"armor" "500" //(*Optional*) Player's initial armor.
"model" "gman" //(*Optional*) Player's model. (None if undefined, Kleiner if invalid) Valid models listed below
"plytable" //(*Optional*) Set values on the Player's table.
{ //Format is key:value
"1" "SprintSpeed:1000" //Set the player's sprint speed (Def. 500)
"2" "WalkSpeed:500" //Set the player's walk speed (Def. 250)
}
}
}
"gamemodes" //Gamemodes to load on
{
"1" "Sandbox" //To add additional increase number each time
}
}
--- End code ---
I would presume you could go into this and add in your teams manually (copy and paste then change the values you need)
The Asian Aimbot:
I don't think I ever got UTeam, but I'll try what you gave me. Thanks!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version