Ulysses Stuff > Releases
Uclip v1.20 -- A noclip alternative!
Megiddo:
There were no updates whatsoever... not even when GM13 came out... X|
Megiddo:
Updated with info.txt renamed to addon.txt. :)
eagle9er9er:
I didn't want to start a new topic so I'll just reply here, how do I control it so certain groups can noclip through the world? By default Admins and one or 2 other groups can noclip through but Moderators can't. Is it even possible?
Organik:
--- Quote from: eagle9er9er on August 01, 2013, 12:32:58 PM ---I didn't want to start a new topic so I'll just reply here, how do I control it so certain groups can noclip through the world? By default Admins and one or 2 other groups can noclip through but Moderators can't. Is it even possible?
--- End quote ---
You should be able to edit line 31 of the sh_uclip.lua file to include the usergroups you want to be able to noclip through the world.
Here's mine:
--- Code: ---elseif ply:IsAdmin() or ply:IsSuperAdmin() or ply:IsUserGroup( "trusted" ) or ply:IsUserGroup( "vip" ) or ply:IsUserGroup( "elite" ) then
--- End code ---
Hope that helps.
eagle9er9er:
--- Quote from: Organik on August 01, 2013, 01:00:34 PM ---You should be able to edit line 31 of the sh_uclip.lua file to include the usergroups you want to be able to noclip through the world.
Here's mine:
--- Code: ---elseif ply:IsAdmin() or ply:IsSuperAdmin() or ply:IsUserGroup( "trusted" ) or ply:IsUserGroup( "vip" ) or ply:IsUserGroup( "elite" ) then
--- End code ---
Hope that helps.
--- End quote ---
Oh my gosh thank you so much.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version