Author Topic: Is it possible to be in multiple ULX groups at the same time?  (Read 7321 times)

0 Members and 1 Guest are viewing this topic.

Offline Ihremutter

  • Newbie
  • *
  • Posts: 4
  • Karma: 1
Re: Is it possible to be in multiple ULX groups at the same time?
« Reply #15 on: April 01, 2018, 08:59:38 PM »
Never used DarkRP or coded for it, but this should work. You could change that fail message to whatever you wanted it to say.
"You must have bronze access...blah blah"

 customCheck = function(ply) return ULib.ucl.query(ply, "bronze") end,
 CustomCheckFailMsg = "You must be Tier 1(Bronze) or higher to join this job!"

You sir, are a god among men. Tried and true.