Ulysses Stuff > Releases

AutoPromote: The Continuation

<< < (2/6) > >>

JamminR:
Always use lower case when it comes to groups in Gmod and ULib.
Teams can be mixed case.
We've written our parser, and commands to modify user input, for groups in lower case.
We have seen some space and case input issues with XGUI, but I thought Stickly/Megiddo had corrected those.

emilhem:

--- Quote from: JamminR on June 27, 2013, 04:26:50 PM ---Always use lower case when it comes to groups in Gmod and ULib.
Teams can be mixed case.
We've written our parser, and commands to modify user input, for groups in lower case.
We have seen some space and case input issues with XGUI, but I thought Stickly/Megiddo had corrected those.

--- End quote ---
We did add the groups in XGUI when we tested it. Haven't gotten around to test it again though.

//AG// Not Me:
could anyone tell me whats wrong with this? i cant seem to get auto promote to work.
promotes = {
      { hours = 1, group = "starter", name = "Starter" },
      { hours = 3, group = "builder", name = "Builder" },
      { hours = 8, group = "regular", name = "Regular" },
      { hours = 15, group = "respected", name = "Respected" },
      { hours = 24
, group = "member", name = "Member" }
,      { hours = 48, group = "senior", name = "Senior" },
      { hours = 100, group = "alty", name = "Alty" },
      { hours = 300, group = "alty As ", name = "Alty As " }

---------IF A PLAYER IS A MEMBER OF THESE GROUPS THEY WONT GET PROMOTED.......EVER
-- Same here as the previous group names
excludes = { "admin", "superadmin", "Owner", "owner" } -- I have both Owner and owner in case you would end up capping the owner group.

//AG// Not Me:
so has anyone tested what works?

emilhem:

--- Quote from: //AG// Not Me on July 04, 2013, 11:15:12 AM ---so has anyone tested what works?

--- End quote ---
Of course it works. :P

The test is just a potential XGUI bug. Just make sure to type your groups in lower-case when you create them.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version