i need an example of wat the user text file would look like if it had a username in it PLEASE HELP!
There’s already an example in it. Unless you deleted the example. Which is fail.
"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"
"Combine Overseer: Divran" "STEAM_0:0:asdasd"
}
"admin"
{
//"garry" "STEAM_0:1:7099"
"Combine Overseer: Divran" "STEAM_0:0:asdasd"
}
}