Hey sorry to bother you guys but I need help. I just bought my own server and I chose ULX mod because it is supposed to simple. I've extracted the stuff from the archive into the garrymod/addons. I do have the file structure that the ulib readme says, all except for the users.txt. In the default file of users.txt it says that if the users file isn't there, then to copy that one over to where it should be. I did so. This is what it should look like, right?
"Users"
{
//
// This is your users file
//
// You can use this file to add people as admins on your server
// Add them to the relevant section
//
// If you're a Lua coder you can add your own sections and use them
// in your script by doing pl:IsUserGroup( "admin" ) etc
//
"superadmin"
{
//"garry" "STEAM_0:1:7099"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
}
}
I got this info. from here
http://wiki.garrysmod.com/?title=Player_Groups. So I copied this into the txt file. I changed the example into my name and steam ID. Nothing happened. Please help guys.