I have got the server all setup and running fine with ulx and ulib. I have added all the admins, etc..., to the settings/users.txt file. My question is, how do i go about adding immunity to this file?
Here is my example:
"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
//
"owner"
{
"xxxxxxxxxx" "STEAM_0:0:xxxxxx"
}
"itmanager"
{
"xxxxxxxxxxx" "STEAM_0:0:xxxxxxxxxx" "immunity"
}
"superadmin"
{
//
}
"admin"
{
"xxxxxxxx" "STEAM_0:0:xxxxxx"
"xxxxxxxx" "STEAM_0:1:xxxxxxxxx"
"xxxxxxxx" "STEAM_0:0:xxxxxxx"
"xxxxxxxx" "STEAM_0:1:xxxxxxxxxxx"
}
"operator"
{
//"xxxxxxx" "STEAM_0:0:xxxxxxx"
}
}
I would rather do it this way then simply using the console, or whatnot.