Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: smiffyvs on March 15, 2014, 04:37:43 AM
-
I have got Ulx and i am trying to remove commands from a group. I am typing in console ulx groupdeny Moderator ulx bring it says for every command i do that this group doesnt have access to that command. the groups i make inherit from Admin.
PLEASE HELP ME
-
If the group inherits from admin, then you have to make sure that the admin group doesn't have access to the commands as well.
This is a good read too: http://forums.ulyssesmod.net/index.php/topic,3073.0.html (http://forums.ulyssesmod.net/index.php/topic,3073.0.html)
-
Lua is case sensitive.
Always make groups lower case.
-
Lua is case sensitive.
Always make groups lower case.
You guys should make it so that you can't have uppercase letters in a group name.
local name = string.sub( whatevertextbox:GetText(), 1, 1 )
local nameUpper = string.sub( string.upper( name ), 1, 1 )
if name == nameUpper then
--whatever
end
-
Thanks guys this really help.