View Single Post
Tamasa
Junior Member
Join Date: Jul 2013
Old 07-07-2013 , 10:50   Re: Can't Add Admins to Sourcemod?
Reply With Quote #5

I noticed after the recent souremod/metamod update/fix that somehow there was a line in between where you place admins steamids. All I did was removed that space/line and save, reboot server and mine worked fine after that. Like this:

// Examples: (do not put // in front of real lines, as // means 'comment')
//
// "STEAM_0:1:16" "bce" //generic, kick, unban for this steam ID, no immunity
// "!127.0.0.1" "99:z" //all permissions for this ip, immunity value is 99
// "BAILOPAN" "abc" "Gab3n" //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
////////////////////////////////
"STEAM_1:0:29034833" "99:z"
"STEAM_0:0:29422878" "99:z"
"STEAM_0:1:4553897" "99:z"
"STEAM_0:1:25562108" "99:z"
Tamasa is offline