Raised This Month: $51 Target: $400
 12% 

I need an experienced server owner's help!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ninelives
Junior Member
Join Date: Oct 2010
Old 10-12-2010 , 17:47   I need an experienced server owner's help!
Reply With Quote #1

I have a few problems I really need help with and there is noone on my steam friends list who knows how to help. Is anyone willing to help me out here, Im a very new server owner and some of my problems just seem unfixable! If you post your steam name so I can add you that'd be great! Anyways here is some of them: !. How do I restrict all of the slap, freeze, ignite, freezebomb, firebomb, and etc commands for moderators? Can someone either tell me which flag it is or teach me how to override a flag because I cannot figure it out. 2. In Counter Strike Source server list my server has the name that I put in the server.cfg file, but no matter what it seems like the tags such as "alltalk" and "start money" are in the server title too. It makes it look very unprofessional and I can't figure out how to get rid of it. Thanks for any help in advance.
ninelives is offline
NoS
Senior Member
Join Date: Nov 2006
Old 10-13-2010 , 00:20   Re: I need an experienced server owner's help!
Reply With Quote #2

All the flags can be found on the sourcemod wiki, if you use sourcebans with sourcemod it tells you which flags you can add and you can just check them.

Your server name is too long. You need to condense it.
NoS is offline
meecrob
Senior Member
Join Date: Jan 2010
Old 10-13-2010 , 14:57   Re: I need an experienced server owner's help!
Reply With Quote #3

I usually move funcommands.smx, funvotes.smx, and playercommands.smx to the disabled folder. Some of these commands can be useful but if used incorrectly, for instance using timebomb on too many people at once, it will crash the server.
__________________
meecrob is offline
ninelives
Junior Member
Join Date: Oct 2010
Old 10-13-2010 , 16:23   Re: I need an experienced server owner's help!
Reply With Quote #4

Okay I fixed the name, but I need help with the damn admin thing. I tried overrides, and I even tried disabling every flag for myself except b which is required for admin, and I still have the slap commands and etc. I need to over ride it. Heres the code, I tried to use:

Overrides
{
/**
* By default, commands are registered with three pieces of information:
* 1)Command Name (for example, "csdm_enable")
* 2)Command Group Name (for example, "CSDM")
* 3)Command Level (for example, "changemap")
*
* You can override the default flags assigned to individual commands or command groups in this way.
* To override a group, use the "@" character before the name. Example:
* Examples:
* "@CSDM" "b" // Override the CSDM group to 'b' flag
* "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
*
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
* any setting that csdm_enable previously had.
*
* You can make a command completely public by using an empty flag string.
*/
}

Overrides
{
"sm_slap" "z" //Change "sm_map" to the "" flag.
"sm_freeze" "z" //Change all CSDM commands to the "" flag.
"sm_ignite" "z" //Allow anyone to use "sm_chat"
}


PLEASE I need help.
ninelives is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-13-2010 , 17:49   Re: I need an experienced server owner's help!
Reply With Quote #5

Quote:
Originally Posted by ninelives View Post
Code:
Overrides
{
    /**
     * By default, commands are registered with three pieces of information:
     * 1)Command Name         (for example, "csdm_enable")
     * 2)Command Group Name    (for example, "CSDM")
     * 3)Command Level        (for example, "changemap")
     *
     * You can override the default flags assigned to individual commands or command groups in this way.
     * To override a group, use the "@" character before the name.  Example:
     * Examples:
     *        "@CSDM"            "b"                // Override the CSDM group to 'b' flag
     *         "csdm_enable"    "bgi"            // Override the csdm_enable command to 'bgi' flags
     *
     * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
     * any setting that csdm_enable previously had.
     *
     * You can make a command completely public by using an empty flag string.
     */
}

Overrides
{
    "sm_slap"    "z"    //Change "sm_map" to the "" flag.
    "sm_freeze"    "z"    //Change all CSDM commands to the "" flag.
    "sm_ignite"    "z"    //Allow anyone to use "sm_chat"
}
- Totally WRONG







Here example
Code:
Overrides
{
    /**
     * By default, commands are registered with three pieces of information:
     * 1)Command Name         (for example, "csdm_enable")
     * 2)Command Group Name    (for example, "CSDM")
     * 3)Command Level        (for example, "changemap")
     *
     * You can override the default flags assigned to individual commands or command groups in this way.
     * To override a group, use the "@" character before the name.  Example:
     * Examples:
     *        "@CSDM"            "b"                // Override the CSDM group to 'b' flag
     *         "csdm_enable"    "bgi"            // Override the csdm_enable command to 'bgi' flags
     *
     * Note that for overrides, order is important.  In the above example, csdm_enable overwrites
     * any setting that csdm_enable previously had.
     *
     * You can make a command completely public by using an empty flag string.
     */
    "sm_slap"    "z"    //This is only comment, command sm_slap change to flag z
    "sm_freeze"    "z"
    "sm_ignite"    "z"
}
__________________
Do not Private Message @me
Bacardi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode