AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Settings server.cfg & amxx.cfg (https://forums.alliedmods.net/showthread.php?t=310928)

strugurel 09-26-2018 13:59

Settings server.cfg & amxx.cfg
 
https://serving.photos.photobox.com/...7c76601df4.jpg
https://serving.photos.photobox.com/...45cb68310f.jpg
hello people,

you can help me please with good settings for server.cfg & amxx.cfg, I use this host and I encounter the following problem.
I think I lose a lot of players and I can not figure out why, I have 5 active boosts, the server should have stood 32/32 ,I attached a picture with the console, dropped, dropped, dropped ,which shows that many players are receiving dropped and are thrown out of the server.
now I have these settings in server.cfg and amxx.cfg, if you can help me with some changes, I appreciate a lot
consola :

amxx.cfg

// Mode of logging to a server



// 0 - disable logging, players won't be checked (and access won't be set)



// 1 - normal mode which obey flags set in accounts



// 2 - kick all players not on list



//



// Default value: 1



amx_mode 1







// Show admins activity



// 0 - disabled



// 1 - show without admin name



// 2 - show with name



// 3 - show name only to admins, hide name from normal users



// 4 - show name only to admins, show nothing to normal users



// 5 - hide name only to admins, show nothing to normal users



//



// Default value: 2



amx_show_activity 2







// Frequency in seconds and text of scrolling message



//



// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600



amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600







// Center typed colored messages (last parameter is a color in RRRGGGBBB format)



//



// Default values: "Welcome to %hostname%" "000255100"



// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"



amx_imessage "Welcome to %hostname%" "000255100"



amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"







// Frequency in seconds of colored messages



//



// Default value: 180



amx_freq_imessage 180







// Ban times for the main ban menu (amx_banmenu)



// Use 0 for permanent ban.



// Default values: 0 5 10 15 30 45 60



amx_plmenu_bantimes 0 5 10 15 30 45 60







// Max temporary ban time (admins with ADMIN_BAN_TEMP access can't ban more than this time)



// time in minutes, 60 is 1 hour, 120 is 2 hours, 1440 is 1 day, and 10080 is 1 week



// Default value: 4320 aka 3 days



amx_tempban_maxtime 4320







// Slap damage amounts for the main slap menu (amx_slapmenu)



// Slay is automatically inserted as the last option.



// Default values: 0 1 5



amx_plmenu_slapdmg 0 1 5







// Set in seconds how fast players can chat (chat-flood protection)



//



// Default value: 0.75



amx_flood_time 0.75







// Amount of slots to reserve.



//



// Default value: 0



amx_reservation 0







// If you set this to 1, you can hide slots on your server.



// If server "full" of public slots and slots hidden, you must manually connect with connect console command



//



// Default value: 0



amx_hideslots 0







// Displaying of time remaining



// a - display white text on bottom



// b - use voice



// c - don't add "remaining" (only in voice)



// d - don't add "hours/minutes/seconds" (only in voice)



// e - show/speak if current time is less than this set in parameter



//



// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"



amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"







// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.



//



// Default value: 1



amx_time_voice 1







// Minimum delay in seconds between two voting sessions



//



// Default value: 10



amx_vote_delay 10







// How long voting session goes on



//



// Default value: 10



amx_vote_time 10







// Display who votes for what option, set to 0 to disable, 1 to enable.



//



// Default value: 1



amx_vote_answers 1







// Some ratios for voting success







// Default value: 0.40



amx_votekick_ratio 0.40







// Default value: 0.40



amx_voteban_ratio 0.40







// Default value: 0.40



amx_votemap_ratio 0.40







// Default value: 0.02



amx_vote_ratio 0.02







// Max. time to which map can be extended



//



// Default value: 90



amx_extendmap_max 90







// Step for each extending



//



// Default value: 15



amx_extendmap_step 15







// Server language in ISO 639-1 format



// Please see data/lang/languages.txt file for a list of supported languages



//



// Default value: en



amx_language "en"







// If you set this to 0, clients cannot chose their language, instead they use



// whatever language the server is configured to use.



//



// Default value: 1



amx_client_languages 1







// If you set this to 0, clients will not see a message about amx_langmenu when they join the server



//



// Default value: 1



amx_language_display_msg 1







// If you set this to 0, clients will not see a message about amx_help when they join the server



//



// Default value: 1



amx_help_display_msg 1







// Time to wait (in seconds) before displaying a message about amx_help to a client once joined the server



//



// Default value: 15



amx_help_display_msg_time 15







// Amount of commands per amx_help page



//



// Default value: 10



amx_help_amount_per_page 10







// Plugin Debug mode



// 0 - No debugging (garbage line numbers)



// 1 - Plugins with "debug" option in plugins.ini are put into debug mode



// 2 - All plugins are put in debug mode



// Note - debug mode will affect JIT performance



//



// Default value: 1



amx_debug 1







// Plugin MultiLingual Debug



// To debug a language put its 2 letter code between quotes ("en", "de", etc)



// "" means disabled



//



// Default value: ""



amx_mldebug ""











csstats_rank 0



csstats_maxsize 30000



csstats_reset 0



csstats_rankbots 0







// Duration of HUD-statistics



//



// Default value: 12.0



amx_statsx_duration 12.0







// HUD-statistics display limit relative round freeze end



// Negative time will clear the HUD-statstics before the round freeze time has ended



//



// Default value: -2.0



amx_statsx_freeze -2.0







// Other :

// SERVER CVARS

mp_freezetime 3

amx_nextmap de_dust2

mp_timelimit "32"

mp_buytime "0.25"



// ESP CVARS

esp "1"

esp_timer "0.3"

esp_allow_all "0"

esp_disable_default_keys "0"

esp_settings "1010000000"







// Fake PING

pingfake_enable 1

pingfake_ping 15

pingfake_flux 4

// Automatically joins the team
// 0 - disabled
// 1 - enabled (Use in conjunction with the cvar humans_join_team any/CT/T)
//
// Default value: "0"
mp_auto_join_team 1

// The hostages can take the damage.
// 0 - disabled
// 1 - enabled (default behaviour)
mp_hostage_hurtable 0

// Auto balancing of teams
// 0 - disabled
// 1 - on after next round (default behaviour)
// 2 - on next round
//
// Default value: "1"
mp_autoteambalance 2


and server.cfg

//RCON Protection
sv_rcon_banpenalty 666
sv_rcon_maxfailures 5
sv_rcon_minfailures 1
sv_rcon_minfailuretime 60

allow_spectators 1
mp_autokick 0
mp_autocrosshair 0
mp_autoteambalance 1
mp_consistency 1
mp_c4timer 36
mp_fadetoblack 0
mp_falldamage 0
sv_voiceenable 0
sv_alltalk 0
mp_flashlight 0
mp_forcecamera 0
mp_forcechasecam 0
mp_friendlyfire 0
mp_freezetime 3
mp_fraglimit 0
mp_buytime 0.25
mp_hostagepenalty 0
mp_limitteams 3
mp_maxrounds 0
mp_playerid 0
mp_roundtime 2
mp_startmoney 850
mp_timelimit 32
mp_tkpunish 0
mp_winlimit 0
sv_aim 0
sv_airaccelerate 10
sv_airmove 1
sv_clienttrace 1.0
sv_clipmode 0
sv_cheats 0
sv_gravity 800
sv_lan 0

log on
mp_logdetail 3
sv_logfile 1
sv_logbans 1
sv_logecho 0
mp_logecho 0
mp_logfile 1
mp_logmessages 1sv_minupdaterate 20
sv_maxupdaterate 66
sv_minrate 15000
sv_maxrate 25000
sv_maxspeed 350

sys_ticrate 1000
decalfrequency 60
pausable 0
decalfrequency 60
edgefriction 2
host_framerate 0
exec listip.cfg
exec banned.cfg

//Setari Pentru Accelerator Download
sv_allowupload 1
sv_allowdownload 1
sv_downloadurl "cenzured"

Mordekay 09-27-2018 10:11

Re: Settings server.cfg & amxx.cfg
 
Your server is non-steam, non-steam is not supported here.

Ghosted 09-27-2018 11:20

Re: Settings server.cfg & amxx.cfg
 
Quote:

Originally Posted by Mordekay (Post 2616975)
Your server is non-steam, non-steam is not supported here.

Hows that

Mordekay 09-27-2018 23:48

Re: Settings server.cfg & amxx.cfg
 
That's my secret :wink:

strugurel 09-29-2018 06:51

Re: Settings server.cfg & amxx.cfg
 
does anyone want to help me? please
if you want to help a man, you can do it
you found yourself talking badly
please help me with some advice on these console errors , dropped,dropped,dropped

Reason: Client sent 'drop'
Dropped razorT from server
Reason: Client sent 'drop'
Dropped uzzi from server
Reason: Client sent 'drop'
49.144.55.171:27005:reconnect
141.85.0.126:27005:reconnect
Dropped ONEandONLY_Player from server
Reason: Client sent 'drop'
90.95.98.32:27005:reconnect
Dropped kio from server
Reason: Client sent 'drop'
Dropped JIOLI_IAPA from server
Reason: Client sent 'drop'
Dropped VahidM from server
Reason: Client sent 'drop'
95.158.43.75:4007:reconnect
Dropped No Swear from server
Reason: Client sent 'drop'
Dropped Kill HIM! from server
Reason: Client sent 'drop'
78.190.212.63:57497:reconnect
Dropped abdala from server
Reason: Client sent 'drop'
Dropped Mbare from server
Reason: Client sent 'drop'
49.147.108.243:27005:reconnect
Dropped JJJ from server
Reason: Timed out
Dropped Germany from server
Reason: Client sent 'drop'
Dropped Mbare from server
Reason: Client sent 'drop'
95.91.207.74:53631:reconnect
5.160.13.50:27005:reconnect
Dropped nika123 from server

Ghosted 09-29-2018 08:34

Re: Settings server.cfg & amxx.cfg
 
If you can join the server then everything is OK (Is it?)

strugurel 09-29-2018 09:38

Re: Settings server.cfg & amxx.cfg
 
Quote:

Originally Posted by Ghosted (Post 2617268)
If you can join the server then everything is OK (Is it?)

it is not, many players loose as the console looks

Ghosted 09-29-2018 11:48

Re: Settings server.cfg & amxx.cfg
 
Quote:

Originally Posted by strugurel (Post 2617280)
it is not, many players loose as the console looks

That means they have trash cs, ask ur friend to join and if it happens then everything is ok

Duke_i_am 10-12-2018 18:58

Re: Settings server.cfg & amxx.cfg
 
:nono:
Get a proper Steam server :wink:

Natsheh 10-17-2018 14:50

Re: Settings server.cfg & amxx.cfg
 
Wrong forum.


All times are GMT -4. The time now is 17:44.

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