Hey Guys, I've recently bought a server from INX and I'm trying to set up admin on it using source mod. I've got 2 admins to work find but I can't get the last one to work aka me, here is the code:
Admins
{
"Josh"
{
"auth" "steam"
"identity" "STEAM_0:0:12297976"
"flags" "abcdef"
"immunity" "5"
}
"Subaru"
{
"auth" "steam"
"identity" "STEAM_1:1:5066123"
"flags" "abcdef"
"immunity" "5"
}
"Marc"
{
"auth" "steam"
"identity" "STEAM_0:1:6093422"
"flags" "abcdef"
"immunity" "100"
)
Posting on here I've noticed my own error, it was using a normal ) instead of a } (lol)
Admins
{
"Josh"
{
"auth" "steam"
"identity" "STEAM_0:0:12297976"
"flags" "abcdef"
"immunity" "5"
}
"Subaru"
{
"auth" "steam"
"identity" "STEAM_1:1:5066123"
"flags" "abcdef"
"immunity" "5"
}
"Marc"
{
"auth" "steam"
"identity" "STEAM_0:1:6093422"
"flags" "abcdef"
"immunity" "100"
)
Posting on here I've noticed my own error, it was using a normal ) instead of a } (lol)
Last edited: