Jump to content

Recommended Posts

Posted

These variables can only be changed by server administrators after putting in the rcon password using the rcon_password command. To use the commands below on a remote server, you will have to use the following form: rcon "command" [value]. For example, rcon mp_startmoney 16000

 

mp_startmoney [value]

This controls the amount of money that players start with at the beginning of a new map or when they join a server. 800 is the default and the minimum value, and 16000 is the maximum.

 

mp_playerid [value]

This controls what players see when they put their crosshair over an enemy, a hostage, or a teammate. At 0 (default), the player see's all popups with team colors. At 1, the player sees their teammates and hostages, with team colors. At 2, players see no popups.

 

mp_logdetail [value]

Use this bitwise svar to control the depth of your logs. Be warned, these options can eat away hard drive space and CPU cycles. Use 0, the default, to log no attacks, 1 to log enemy attacks, 2 to log teammate attacks, and 3 to log both.

 

mp_forcechasecam [value]

This is to help stop ghosting (giving enemy locations to your alive teammates while dead over ventrilo or teamspeak). 0 disables it (default), 1 locks the player's chasecam onto teammates only (players lose the ability to roam), 2 doesn't like the player move or spectate while dead. They stay near their dead corpse.

 

mp_fadetoblack [value]

0 will have no affect on the game, while 1 will disable chasecam and any sort of death cam at all. The client's screen fades to black instantly after death. One boon of this setting is that corpses stay around for the entire round. Useful for matches/scrims.

 

mp_roundtime [value]

This determines the round time in minutes. After this amount of minutes has passed, a scenario win is awarded (e.g., hostages weren't rescued or the bomb was not planted). This is also a decimal value, but most server admins use integers. The minimum value is 1 minute, the maximum is 9. The default is 5 minutes.

 

mp_buytime [value]

A decimal value to determine the buy time in minutes. E.g., '1.75' equals 1 minute and 45 seconds of buy time (this is not the pause, but the time where it is legal to purchase stuff). The minimum value is 0.25 and there is no maximum.

 

mp_timelimit [value]

This is also a floating point value. It's the same as the above option, only it applies to the map and not the round. The default 20 minutes.

 

mp_maxrounds [value]

This is a whole number. When a two teams finish playing this amount of rounds (before the timelimit or the winlimit is reached) the map ends. 0, or disabled, is the default.

 

mp_winlimit [value]

This is an whole number. When a team reaches this amount of wins (before the timelimit or the roundlimit is reached), the map changes. 0, or disabled, is the default.

 

allow_spectators [value]

Setting to 1 will allow spectators, while 0 will disallow them. These are non-playing spectators, not dead people.

 

mp_autokick [value]

This is defaulted to 1. Toggles automatic team-killer banning and kicking of idle clients - Setting of 1 = 'on', and 0 = 'off'.

 

mp_autoteambalance [value]

This is defaulted to 1. Toggles the forcing of clients to join teams to make it balanced - Setting of 1 = 'on', and 0 = 'off'.

 

mp_c4timer [value]

This is defaulted to 45. Sets the amount of time in between C4 placement and its explosion - ranges between 15 and 90 seconds.

 

mp_flashlight [value]

This is defaulted to 1. Toggles the use of flashlights by clients - Setting of 1 = 'on', and 0 = 'off'.

 

mp_footsteps [value]

This is defaulted to 1. Toggles footstep sounds - Setting of 1 = 'on', and 0 = 'off'.

 

mp_freezetime [value]

This is defaulted to 6. Sets the amount of "freeze" time at the beginning of each round to buy weapons and equipment - Use a setting of '0' to disable.

 

mp_hostagepenalty [value]

Sets the number of hostages a player can kill before they are booted from the server. 0 is disabled

 

mp_limitteams [value]

This is defaulted to 2. Sets the maximum number of players that one team can have more than the other team - Use a setting of '0' to completely disable the team limiting.

 

mp_friendlyfire [value]

This is defaulted to 0. Toggles friendly fire - Setting of 1 = 'on', and 0 = 'off'.

 

mp_logmessages [value] (Not available for Source)

This is defaulted to 1. Toggles logging of chat messages in the log files - Setting of 1 = 'on', and 0 = 'off'.

 

mp_falldamage [value]

1 enables falling damage, 0 disables it.

 

mp_mapvoteratio [value] (Not available for Source)

This is defaulted to 0.6. Set the ratio of players required to vote on the same map before a map will change. The default is 0.6 , which means that 60% of the players on a server must vote on the same map in order for the server to change to that map. The range is 0.0-1.0.

 

mp_kickpercent [value] (Not available for source)

This is defaulted to 0.66. Set the ratio of players on someone's team required to vote to kick the player. The default is 0.66, which means that 66% (2/3rds) of the players on his team must vote him/her off in order for him to be kicked. The range is 0.0-1.0.

 

mp_tkpunish [value]

This is defaulted to 1. Toggles the forcing of a player to be killed the next round if he has just killed a teammate - Setting of 1 = 'on', and 0 = 'off'.

 

sv_restart [value] or sv_restartround [value] or mp_restartgame [value] for CSS

This is defaulted to 0. Sets the amount of time in seconds before resetting the game, including frags, money, and the amount of time left. Use setting of '0' to disable these restarts. Setting this to 2 would restart the game in 2 seconds and reset the variable to 0.

 

Usefull Player Commands and Variables

 

cl_crosshaircolor [value] (Source Only)

Color of the crosshair. Default: 0 - 0=green, 1=red, 2=blue, 3=yellow, 4=light blue

 

cl_crosshairscale [value] (Source Only)

This command sets the size of the crosshair. Default is 768. Lower number is a Larger crosshair. Higher value is a smaller.

 

cl_allowdownload [value] (Source Only)

Client downloads custom files. Values of 0 (off) or 1 (on). Default: 1

 

fps_max [value] (Source Only)

This command limits the frame rate for the player.

 

drawradar [value] (1.6 only)

This command turns the radar on or off.

 

cl_hidefrags [value] (1.6 only)

Toggles hiding everyone else's scores except your own - Value of 1 = 'on', and 0 = 'off'.

 

lefthand [value] (1.6 only)

Moves the weapon between the left and right hand of the player model. Setting of 1 = 'left hand', and 0 = 'right hand'

 

Source : http://www.counterstrikestrats.com

  • 1 month later...
  • 2 weeks later...
Guest
This topic is now closed to further replies.


  • Posts

    • What complaint are you talking about? I didn't accuse anyone. They came to our topic and began pouring unreasonable dirt, and giving screenshots from competitive forums, where they and their fellow competitors are engaged in blackening our name. Have we offended you in any way?
    • I would like to clarify something publicly because false statements should not go unanswered. I have absolutely no relationship, partnership, or special connection with SkyLord. Any claim suggesting otherwise is entirely unsupported and based on assumptions rather than facts. It is disappointing to see people making accusations against others without presenting a single piece of evidence. Disagreement is one thing; inventing narratives and presenting personal opinions as facts is something completely different. If someone believes I have acted improperly, they are welcome to provide verifiable proof. Until then, these allegations are nothing more than speculation and should be treated as such. I have always been responsible for my own actions and opinions, and I do not need anyone's protection, influence, or assistance to participate in any community. Making accusations without evidence does not strengthen an argumen it only damages the credibility of the person making them. It should be clarified that I have already filed a report so that action can be taken; it is not fair that a post is being distorted in the way that has been happening.  
    • I don't think there is any bias on maxcheaters, this is the only forum left of the major ones where there is an honest administration. You may have meant mmodev, where the administration really has an interest in such fakes about competitors. I am not in favor of posting other people's correspondence, where they discuss with each other how to destroy us... but I'm not going to do this and post it, it's low, I hope that people themselves will finally understand that they are behaving completely wrong and unprofessionally.
    • I am really sorry for what SkyLord is doing to you. Unfortunately, this is not an isolated problem. The same kind of attacks have been happening to me as well. From my point of view, the issue is bigger than just one person, because SkyLord works closely with UnknownSoldier, who is a moderator on MaxCheaters, and that gives them influence and protection inside the forum. This is why they attack you in the same way they attack me: with pressure, manipulation, false accusations, and attempts to damage your reputation. In my opinion, the real problem is that privileges were given to the wrong people. As long as people like this have power there, the forum cannot be trusted anymore. I just wanted to tell you that I understand what you are going through, and I stand with you. They have done the same to me.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..