Adjust Search Parameters

You may have meant to search for VoIP group.

Search for:

 Search results for: vip group

Pages: [1] 2
1
Developers Corner / VIP/usergroup question for tomas printer addons
« by Dr_cheese on December 27, 2016, 09:25:14 PM »

......  printers, and im not sure how to add them to VIP/Owner/otherusergroups with the code itself, do i  ......
2
Developers Corner / ulx massages wont show (prefix)
« by PizzaDox on October 09, 2015, 02:57:07 PM »

...... , prefixText )  --/*  if ply:IsUserGroup("MOD") then  Tag = "[Mod]"  R = 0   ............  = 255  B = 0  elseif ply:IsVIP() then  Tag = "[Vip]"  R = 255  G = ............  G = 255  B = 255  elseif ply:IsUserGroup("Owner") then  Tag= "[Owner]"  R = 255   ............  G = 206  B = 209  elseif ply:IsUserGroup("vip") then  Tag = "[Vip]"  R = 0   ......
3
Developers Corner / Re: Command that automatically adds to usergroup
« by MrPresident on September 17, 2019, 09:31:38 PM »

......  to find out how to make a chat command for !vip then the above is info on how to add a user to a  ............  with code.  ULib.ucl.addUser( id, allows, denies, group, from_CAMI )  for example: ULib.ucl.addUser( pl: ............ (), _, _, "VIP", false)  of course this example assumes your  ............  object is pl and your group is "VIP" you'd have to adjust accordingly. ......

An Error Has Occurred!

array_keys(): Argument #1 ($array) must be of type array, null given