Raised This Month: $ Target: $400
 0% 

Old AMX_Super Posts.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Throstur
Senior Member
Join Date: Nov 2004
Location: Iceland
Old 06-09-2006 , 12:06  
#651

Quote:
Originally Posted by bmann_420
Put these in your server.cfg

Quote:
Originally Posted by cvars
-amx_hpk_on 0
1=on 0=off
-amx_hpk_ping 200 <----Max Ping for the kicker to start kicking people (after 12 checks)
-amx_hpk_check 12
-amx_hpk_tests 8
-amx_hpk_delay 60

and

mapchangecfgfile server.cfg
wouldnt it be an assload easier just to add

amx_hpk_on 0 in amxx.cfg?
Throstur is offline
Send a message via AIM to Throstur Send a message via MSN to Throstur
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-09-2006 , 14:48  
#652

I persoanlly like my server to run extremely smooth. THerefore i put every cvar and server command in teh server.cfg so it doesnt echo in the consol and create lines that are not needed.

All you need to add is
Code:
amx_hpk_on 0
mapchangecfgfile server.cfg
And then place all your 3rd party commands/cvars in your server.cfg and wallah, much smoother. I added those other ones accidently, but the cvar section answers most of peoples questions anyway. And you want this in your server.cfg reguardless, since it is what is read first when your server starts, so its the core commands for the beggining of the server. amxx.cfg is just an addition and is read only on map changes. Here is an example
Quote:
Originally Posted by server.cfg
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// disable autoaim
sv_aim 0

// disable clients' ability to pause the server
pausable 0

// default server name. ------------------------------------------------
hostname "|AoC| Clan Server 1 W.C. // This IP is: aocclan1.mine.nu:27015"

// maximum client movement speed
sv_maxspeed 320

//minrate
sv_minrate 0

//maxrate
sv_maxrate 6633

//minupdaterate
sv_minupdaterate 13

//maxupdaterate
sv_maxupdaterate 22

//Rank Bots
csstats_rankbots 0

//sv_cheats
sv_cheats 0

// load ban files
exec listip.cfg
exec banned.cfg

//Downloadable URL
sv_downloadurl "http://www.csfilesource.com/cstrike"

//Server.cfg read every map change
mapchangecfgfile server.cfg

//Booster.cfg
exec booster.cfg

//Steam Bans
sb_licenseid 1234
sb_licensecode 1234
sb_action ar
sb_advert b

//HLGuard 1.72
hlg_sb_licenseid 1234
hlg_sb_licensecode 1234

//Map Cvars
mp_roundtime 3
mp_freezetime 4
mp_buytime .5
mp_friendlyfire 1
allow_spectators 1
mp_breakabledoors 1
amx_startmoney 800
amx_maxmoney 60000
mp_timelimit 30

//Server Voice Codex
sv_voicecodec voice_speex
sv_voicequality 2

//Admin Listen 2.3
amx_adminlisten_voice 0

amx_restrict on sg550
amx_restrict on g3sg1
amx_restrict on sgren

// Teams
mp_limitteams 2
mp_autoteambalance 1

//Game Name Changer
amx_gamename "www.CSFilesource.com"

/Rcon Password
rcon_password ""
sv_rcon_maxfailures 2

//logging
log on
mp_logfile 1
mp_logecho 0
sv_log_onefile 1

//Gore Ultimate
amx_gore abd

//FFragger
amx_reservation 1
amx_hidereserved 1
amx_redirectip aocclan2.mine.nu
amx_redirectnew 1
amx_redirectingame 1
amx_ffpkdtrack 0

//In game Stats
amx_pshlstats 1 // "-1" for HL Stats only, "1" for Psychostats only, "0" for both rankings
amx_hltime 120 // Show every x seconds the hl announce
amx_hlannounce 0 // 1 for on 0 for off
amx_pstime 120 // show every x seconds the ps announce
amx_psannounce 1 // 1 for on 0 for off for ps

//Fakefull
ff_automode 1
ff_players 7

//Enter Leave Message
amx_enter_message "%name% Welcome to |AoC|!\n(Rank is %rankpos%)\nEnjoy Your Stay"
amx_leave_message "%name% has left!\nThankx for stoppin in\nwww.csfilesource.com"

// Bank Message
bank_msg "This |AoC| Clan Server is using AMXX Bank. Type bank_help in the CONSOL (~) to find out how to use it."
__________________
bmann_420 is offline
Trooper
New Member
Join Date: Jun 2006
Old 06-09-2006 , 15:31  
#653

ok so if i want the bullet_damage to stay at 0 , i just put
Code:
 bullet_damage 0
in my server.cfg?
Trooper is offline
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 06-09-2006 , 15:33  
#654

Yes, just make sure you also have mapchangecfgfile server.cfg
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
eldiablo328
Junior Member
Join Date: May 2006
Old 06-09-2006 , 19:55  
#655

k i tried to install it but when i go to the server again after the installation i cant see amx_llama or soemehting like dat
__________________
HAHAHA COME GET OWNED AT www.wakoclan.co.sr
eldiablo328 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 06-09-2006 , 22:37  
#656

well type amx_plugins and post that. so your telling me none of the commands work? Make sure you read the front page and everything is enabled before this also.
__________________
bmann_420 is offline
unpossible
Junior Member
Join Date: Jun 2006
Old 06-11-2006 , 18:23  
#657

edit: nevermind, stupid typo was messing me up
unpossible is offline
VAAD
New Member
Join Date: Jun 2006
Old 06-12-2006 , 01:42   amx_super_979.sma::damage_msg (line 272)
#658

Ok..Not sure where this realy goes but I am having a bit of a problem here.

I downloaded the file 2 days ago and put it where I was told top upload them. I put the plugin first in the third part area. Now we are getting the following:

Displaying debug trace (plugin "amx_super.amxx")
Run time error 10: native error (native "show_hudmessage")
[0] amx_super_979.sma::damage_msg (line 272)


I know lwave the programing to others, but I would like to get this fixed anyway.

Now I can not find the amx_super_979.sma anywhere on the server.

We are getting intermitted lag spkes about the same time as this occurs. The Server provider says everything is fine on their end. (Nuclear Fallout) So that leaves something I might have done or need to do.

Any suggestions from anyonw would be appreciated. ESPECIALLY since I am new at this whole thing.


Thanks,
__________________
VAAD

Always remember..you can not get anywhere in life unless you ask.
VAAD is offline
Send a message via MSN to VAAD Send a message via Yahoo to VAAD
Bo0m!
Veteran Member
Join Date: Mar 2006
Location: New Jersey
Old 06-12-2006 , 14:33  
#659

VAAD, the latest version has that fixed. Please re-download from the front page.
__________________
Bo0m! is offline
Send a message via AIM to Bo0m! Send a message via MSN to Bo0m! Send a message via Yahoo to Bo0m!
VAAD
New Member
Join Date: Jun 2006
Old 06-12-2006 , 14:58  
#660

Quote:
Originally Posted by Bo0m!
VAAD, the latest version has that fixed. Please re-download from the front page.
Bo0m..thanks. but I am a bit confused...probably because I am old and such. ;)

I downloaded just last week the super WITHOUT the high ping checker because we do not want that. Is that version older than the one on the front page?

The other question is IF I download the one on the front page and take out all the hpk from the sma..I guess I missed it...where do I compile it to work on our server? Again, probably something that I am too old to see..lol

Thanks for the quick response.


VAAD
__________________
VAAD

Always remember..you can not get anywhere in life unless you ask.
VAAD is offline
Send a message via MSN to VAAD Send a message via Yahoo to VAAD
Closed Thread



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 06:56.


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