Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41

Thread: Need help installing

  1. #21
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    Code:
    // Admin file sample
    // for SourceOP
    
    // For a list of valid admin and player commands
    // visit: http://www.sourceop.com/wiki/Commands
    
    // To add a user, follow this format
    // On a new line (with the quotes) put:
    //   "SteamID:PLAYER_STEAM_ID"
    //  or
    //   "Name:PlayerName"
    //  or
    //   "IP:PlayerIP"
    // Replace the information after the colon with the appropriate user data.
    // Then on the line below add a '{' character.
    // Then use the available commands on seperate lines below the '{' character:
    //  baseLevel
    //  password
    //  denyCmd
    //  denyAdminCmd
    //  addAdminCmd
    
    // To deny a normal player command add:
    //   denyCmd = command_to_deny
    // To deny a admin command add:
    //   denyAdminCmd = command_to_deny
    // To add access to a admin command add:
    //   addAdminCmd = command_to_add
    
    // Each command must be followed by a '=' character and then the information for the command.
    // Then after all commands for the user have been set, add a '}' character on a seperate line.
    
    // Examples for admins have been given below. Examples may and should be removed when editing this file.
    
    // The default user is used for all players not authenticated as an admin.
    // It's recommended that the default user has no access to admin commands.
    
    // If no password is set, it is assumed that the user requires no password
    // and the user matching the information will be authed without a password.
    
    // All lines that have // before them are ignored by SourceOP when processing this file.
    
    
    // This is an example user
    // it is ignored since every line has // before it
    //
    // this user would have all commands that have level less
    // than 128 and would not be allowed to use admin_pass.
    // in addition, he or she would also have access to the
    // admin_noclip and admin_rcon command.
    // the user must login with password "exampleuser"
    //"SteamID:STEAM_0:1:1234"
    //{
    //	baseLevel = 127
    //	denyAdminCmd = pass
    //	addAdminCmd = noclip
    //	addAdminCmd = rcon
    //	password = exampleuser
    //}
    
    
    // Another example user
    // it is ignored since every line has // before it
    //
    // this entry causes all people named "Llama" to not
    // be able to speak.
    //"Name:Llama"
    //{
    //	baseLevel = 0
    //	denyCmd = say
    //	denyCmd = say_team
    //}
    
    
    // Last example user
    // it is ignored since every line has // before it
    //
    // this entry causes the user with IP 10.32.4.18 to have access
    // to all admin commands except slay (no password required)
    //"IP:10.32.4.18"
    //{
    //	baseLevel = 131071
    //	denyAdminCmd = slay
    //}
    
    
    // This is the default user.
    // This should always remain in this file, but can be modified to your liking.
    "Default:Default"
    {
    	baseLevel = 0
    }
    
    "SteamID:STEAM_0:1:13784109"
    {

  2. #22
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    It got truncated because it was so long so just post what you have after the default user.

  3. #23
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    Code:
    // This is the default user.
    // This should always remain in this file, but can be modified to your liking.
    "Default:Default"
    {
    	baseLevel = 0
    }
    
    "SteamID:STEAM_0:1:13784109"
    {
    	baseLevel = 131071
    }

  4. #24
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    So you only have one admin with full access. Is that all you want? I thought you wanted more people with access to e_spawnprop.

  5. #25
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    Well for right now I just want one person and thats me. But later down the line after people come on and starts building and stuff e_spawnprop is going to be a special command only to member. But theres noone right now.

  6. #26
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    OK, so is admin working for you? I guess now I don't understand what your problem is.

  7. #27
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    Admin isnt working for me. Does the file look right? Cause i cant get admin working.

  8. #28
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    Assuming your SteamID is actually STEAM_0:1:13784109 and you aren't playing a LAN game, that is perfect.

  9. #29
    The_Ghost's Avatar



    Join Date
    Mar 30, 2008
    Last Online
    Sep 07, 2008
    Posts
    50
    Threads
    4




    ok, Thanks


  10. #30
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    If it still isn't working after verifying your SteamID, make sure sv_lan is 0 at the server by typing "sv_lan" in the console and seeing what the value is. If it says the value is 1, you need to either set it to 0 or change your SteamID to STEAM_ID_LAN.

    If it is infact set to 0 already, then I'm not sure what else could be wrong. Let me know if you find anything. I'm going to bed.

Page 3 of 5 FirstFirst 12345 LastLast

Tags for this Thread