Mainly I am having some issues within getting ULib.getUsers to target the correct user groups. The likely hood of myself doing it wrong is pretty high. I searched the forum for anything regarding it and didn't really find anything of use.
Now what I'm trying to do is trying to get it to target multiple user groups. After a few tries I quickly learned that doing this:
local players = ULib.getUsers( "%moderator", "%admin", "%superadmin" )
doesn't necessarily work.
I'm not getting any real answers in console of what I'm doing is wrong so that's kind of disappointing that I don't really know where to start.
I know the format of ULib.getUsers being the
function ULib.getUsers( target, enable_keywords, ply )
thing. Just looking for some pointers on how to use this more correctly. K Thanks