Hey I need help with my groups.txt because it doesn't show the command list for the users?
I dont know how to give them commands? Is there a list for the commands.
Thanks it would be helpful and Can somone show me the list and how to make them add them to it.
[code]
//ATTENTION! This is a default file. DO NOT EDIT THIS FILE!!!
//Instead, edit the version in <garrysmod root>/data/ULib/groups.txt if it exists. If it doesn't, copy this file over to create it.
//IF YOU MAKE CHANGES TO THIS FILE THEY WILL BE ERASED!
"operator"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}
"admin"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
"operator"
}
}
"superadmin"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
"admin"
}
}
// This is your default user. Everyone is considered part of this group so handle with care!
"user"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}
"none"
{
"allow"
{
}
"deny"
{
}
"inherit_from"
{
}
}
[/code]
[quote="OP"]//ATTENTION! This is a default file. DO NOT EDIT THIS FILE!!!
//Instead, edit the version in <garrysmod root>/data/ULib/groups.txt if it exists.[/quote]
Read before posting.
^_^ I want to edit to have commands.. I just need the list!
Sorry, you need to Log In to post a reply to this thread.