So, I have a new SRCDS server and i was wondering how to make people admin. I added my name and steam ID to the list, and made a RCon password in the cfg file. I entered the RCon password, nothing happened, I couldn't use any admin features, and I couldnt spawn: vehicles,weapons, or entities. I am new to SRCDS so, Im not the brightest
users.txt file:
users.txt file:
Quote:"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"
{
//"azocolo" "STEAM_0:0:34928808"
}
"admin"
{
//"azocolo" "STEAM_0:0:34928808"
}
}