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

Hostname won't change


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Croxeye.
Member
Join Date: Nov 2018
Old 12-01-2019 , 20:21   Hostname won't change
Reply With Quote #1

I set hostname cvar in server.cfg but hostname is always 'Half-Life'. What to do ?
Croxeye. is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-01-2019 , 20:57   Re: Hostname won't change
Reply With Quote #2

What is your AMXX plugin request/suggestion?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 12-02-2019 , 00:16   Re: Hostname won't change
Reply With Quote #3

Quote:
Originally Posted by Croxeye. View Post
I set hostname cvar in server.cfg but hostname is always 'Half-Life'. What to do ?
Try it in amxx.cfg
Alber9091 is offline
Croxeye.
Member
Join Date: Nov 2018
Old 12-02-2019 , 05:58   Re: Hostname won't change
Reply With Quote #4

Quote:
Originally Posted by Alber9091 View Post
Try it in amxx.cfg
Nothing is changed. Hostname is still "Half-Life"
Croxeye. is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-02-2019 , 06:18   Re: Hostname won't change
Reply With Quote #5

Stop your server and restart it to rename. Since your question is not about the plugin, next time post your question in the off-topic area.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Croxeye.
Member
Join Date: Nov 2018
Old 12-02-2019 , 09:41   Re: Hostname won't change
Reply With Quote #6

Quote:
Originally Posted by iceeedr View Post
Stop your server and restart it to rename. Since your question is not about the plugin, next time post your question in the off-topic area.
I stopped server, checked server.cfg and amxx.cfg and in both files I set hostname. When I start server, hostname is 'Half-Life', again.
Croxeye. is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 12-02-2019 , 11:17   Re: Hostname won't change
Reply With Quote #7

Some plugin or config is setting again to Half-Life.
Can you post your config?
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
pokezao
Member
Join Date: Oct 2014
Old 12-02-2019 , 17:40   Re: Hostname won't change
Reply With Quote #8

This happened to me yesterday. I set it manually on the server console (or using rcon) and it worked, but it doesn't update in the scoreboard, you have to connect again to see it change.
pokezao is offline
Croxeye.
Member
Join Date: Nov 2018
Old 12-02-2019 , 20:17   Re: Hostname won't change
Reply With Quote #9

I tryed with all disabled plugins also..

Here is server.cfg
Code:
hostname "My Hostname"

// Rcon & Server passswords
rcon_password "My rcon"
sv_password ""

// Server Cvars
mp_friendlyfire "0"
mp_footsteps "1"
mp_autoteambalance "1"
mp_autokick "0"
mp_flashlight "1"
mp_tkpunish "1"
mp_forcecamera "0"
mp_limitteams "1"
mp_hostagepenalty "2"
mp_allowspectators "1"
mp_timelimit "30"
mp_chattime "0"
sv_cheats "0"
sv_gravity "800"
sv_allowupload "0"
sv_allowdownload "0"
sv_maxspeed "320"
pausable "0"
mp_consistency 0

// Round Cvars
mp_freezetime "0"
mp_roundtime "2"
mp_startmoney "800"
mp_c4timer "45"
mp_fraglimit "0"
mp_maxrounds "0"
mp_winlimit "10"

// Bandwidth Rates
sys_ticrate 1200
sv_timeout 60
fps_max 1000
sv_maxrate 80000
sv_minrate 13000
sv_maxupdaterate 67
sv_minupdaterate 33
sv_maxcmdrate 8000
sv_mincmdrate 55
decalfrequency "60"
sv_friction "4"
sv_clienttrace 1.0
sv_unlag "1"
sv_maxunlag "0.5"
sv_unlagpush "0"

//VOICE-CHATTING
sv_voiceenable 1
sv_alltalk 0
sv_voicecodec voice_speex

//sv_voicequality <1-5> the bps of the voice.
//1-2400bps
//2-6000bps-DEFAULT
//3-8000bps
//4-11200bps
//5-1520bps
sv_voicequality 4
mp_chattime 10

// Server logging
log "off"
sv_logbans "0"
sv_logecho "0"
sv_logfile "0"
sv_log_onefile "0"

//load the banned players list
exec listip.cfg
exec banned.cfg

// Internet Settings
sv_lan "0"
sv_region "255"
sv_voiceenable 1
sv_voicequality 5
Croxeye. is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 12-02-2019 , 20:47   Re: Hostname won't change
Reply With Quote #10

Quote:
Originally Posted by Croxeye. View Post
I tryed with all disabled plugins also..

Here is server.cfg
Code:
hostname "My Hostname"

// Rcon & Server passswords
rcon_password "My rcon"
sv_password ""

// Server Cvars
mp_friendlyfire "0"
mp_footsteps "1"
mp_autoteambalance "1"
mp_autokick "0"
mp_flashlight "1"
mp_tkpunish "1"
mp_forcecamera "0"
mp_limitteams "1"
mp_hostagepenalty "2"
mp_allowspectators "1"
mp_timelimit "30"
mp_chattime "0"
sv_cheats "0"
sv_gravity "800"
sv_allowupload "0"
sv_allowdownload "0"
sv_maxspeed "320"
pausable "0"
mp_consistency 0

// Round Cvars
mp_freezetime "0"
mp_roundtime "2"
mp_startmoney "800"
mp_c4timer "45"
mp_fraglimit "0"
mp_maxrounds "0"
mp_winlimit "10"

// Bandwidth Rates
sys_ticrate 1200
sv_timeout 60
fps_max 1000
sv_maxrate 80000
sv_minrate 13000
sv_maxupdaterate 67
sv_minupdaterate 33
sv_maxcmdrate 8000
sv_mincmdrate 55
decalfrequency "60"
sv_friction "4"
sv_clienttrace 1.0
sv_unlag "1"
sv_maxunlag "0.5"
sv_unlagpush "0"

//VOICE-CHATTING
sv_voiceenable 1
sv_alltalk 0
sv_voicecodec voice_speex

//sv_voicequality <1-5> the bps of the voice.
//1-2400bps
//2-6000bps-DEFAULT
//3-8000bps
//4-11200bps
//5-1520bps
sv_voicequality 4
mp_chattime 10

// Server logging
log "off"
sv_logbans "0"
sv_logecho "0"
sv_logfile "0"
sv_log_onefile "0"

//load the banned players list
exec listip.cfg
exec banned.cfg

// Internet Settings
sv_lan "0"
sv_region "255"
sv_voiceenable 1
sv_voicequality 5
I can only think that is some hidden file that is being executed in server side bro
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
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 12:59.


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