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

[CS:S/CS:GO] GunGame


Post New Thread Reply   
 
Thread Tools Display Modes
stachi
Member
Join Date: Sep 2008
Old 07-24-2010 , 00:28   Re: GunGame
Reply With Quote #1431

Quote:
Originally Posted by altex View Post
Release 1.0.9.7:
* Fixed:
L 07/23/2010 - 23:06:22: [SM] Displaying call stack trace for plugin "gungame.smx":
L 07/23/2010 - 23:06:22: [SM] [0] Line 1027, gungame/util.sp::UTIL_Timer_ShowHintText()
L 07/23/2010 - 23:06:22: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
Thanks, works fine now
__________________
My Plugins ~ Donate via PayPal

Sorry for my bad English, I'am German.
stachi is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 07-24-2010 , 08:32   Re: GunGame
Reply With Quote #1432

Hello, Im getting some issues with handikap.It seems that not all are getting the benefitt when they join, here is the config, have I missed something ?
Thanks in advanced checkster

PHP Code:
/* ----- [handicap] ----- */
        
        /**
         * Maximum level that handicap can give.
         * 0 - Disable restriction
         * 1..N - Max level
         */
        
"MaxHandicapLevel" "1"
        
        
/* Substract handicap level by this value */
        
"HandicapLevelSubstract" "1"

        
/**
         * Gives joining players the avg/min level of all other players when they join late.
         * 0 - Disable
         * 1 - Avg level
         * 2 - Min level
         */
        
"HandicapMode" "1"

        
/**
         * Allow players in the top rank to receive a handicap with the rest of the players.
         *
         * Handicap must also be turned on above for this to work.
         * See also "HandicapTopRank" to set rank limit for tp rank.
         *
         * 0 - Do not give handicap to the top rank players.
         * 1 - Give handicap to all players.
         */
        
"TopRankHandicap" "1"

        
/**
         * Gives handicap level automaticaly every defined number of seconds.
         * This only works for players that is on very minimum level from 
         * all the players.
         * Handicap must also be turned on for this to work.
         */
        
"HandicapUpdate" "0"

        
/**
         * Dont use bots levels for handicap calculation. 
         * Dont give handicap level to bots too.
         */
        
"HandicapSkipBots" "1"
        
        
/**
         * Give handicap not more then given number of times per map.
         * 0 - disabled
         */
        
"HandicapTimesPerMap" "0"

        
/**
         * Do not give handicap to the top rank players.
         *
         * See also "TopRankHandicap" to allow all players to receive handicap.
         *
         * 0 - Give handicap to all players.
         * N - Do not give handicap for the first N players.
         */
        
"HandicapTopRank" "0" 
checkster is offline
VoGon
Member
Join Date: Jun 2009
Location: Portugal
Old 07-24-2010 , 09:00   Re: GunGame
Reply With Quote #1433

Quote:
Originally Posted by checkster View Post
Hello, Im getting some issues with handikap.It seems that not all are getting the benefitt when they join, here is the config, have I missed something ?
Thanks in advanced checkster

PHP Code:
/* ----- [handicap] ----- */
        
        /**
         * Maximum level that handicap can give.
         * 0 - Disable restriction
         * 1..N - Max level
         */
        
"MaxHandicapLevel" "1"
        
        
/* Substract handicap level by this value */
        
"HandicapLevelSubstract" "1"

        
/**
         * Gives joining players the avg/min level of all other players when they join late.
         * 0 - Disable
         * 1 - Avg level
         * 2 - Min level
         */
        
"HandicapMode" "1"

        
/**
         * Allow players in the top rank to receive a handicap with the rest of the players.
         *
         * Handicap must also be turned on above for this to work.
         * See also "HandicapTopRank" to set rank limit for tp rank.
         *
         * 0 - Do not give handicap to the top rank players.
         * 1 - Give handicap to all players.
         */
        
"TopRankHandicap" "1"

        
/**
         * Gives handicap level automaticaly every defined number of seconds.
         * This only works for players that is on very minimum level from 
         * all the players.
         * Handicap must also be turned on for this to work.
         */
        
"HandicapUpdate" "0"

        
/**
         * Dont use bots levels for handicap calculation. 
         * Dont give handicap level to bots too.
         */
        
"HandicapSkipBots" "1"
        
        
/**
         * Give handicap not more then given number of times per map.
         * 0 - disabled
         */
        
"HandicapTimesPerMap" "0"

        
/**
         * Do not give handicap to the top rank players.
         *
         * See also "TopRankHandicap" to allow all players to receive handicap.
         *
         * 0 - Give handicap to all players.
         * N - Do not give handicap for the first N players.
         */
        
"HandicapTopRank" "0" 
"MaxHandicapLevel" "1" -> Should be 0


"HandicapTimesPerMap" "0" -> I would set it to 1
__________________
VoGon is offline
Send a message via Skype™ to VoGon
VoGon
Member
Join Date: Jun 2009
Location: Portugal
Old 07-24-2010 , 09:04   Re: GunGame
Reply With Quote #1434

Altex, for clarification what gungame.games.txt should be added? the one on the zip file or the one posted in first topic?
__________________
VoGon is offline
Send a message via Skype™ to VoGon
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 07-24-2010 , 10:35   Re: GunGame
Reply With Quote #1435

They are idenical
__________________
altex is offline
ChOJJa
Junior Member
Join Date: May 2007
Location: Stuttgart
Old 07-24-2010 , 10:47   Re: GunGame
Reply With Quote #1436

Quote:
Originally Posted by altex View Post
They are idenical
They are not identical, Altex. The one from sm_gungame-1.0.9.7.zip is missing this part:

Code:
"GetPrimaryAmmoType"
{
     "windows"    "319"
     "linux"        "324"
}
ChOJJa is offline
altex
Veteran Member
Join Date: May 2009
Location: Russia
Old 07-24-2010 , 11:02   Re: GunGame
Reply With Quote #1437

And this part is not needed in 1.0.9.7
__________________
altex is offline
ChOJJa
Junior Member
Join Date: May 2007
Location: Stuttgart
Old 07-24-2010 , 11:07   Re: GunGame
Reply With Quote #1438

Ok, thx.
ChOJJa is offline
marks
Junior Member
Join Date: Apr 2010
Old 07-24-2010 , 12:32   Re: GunGame
Reply With Quote #1439

"Say !give" (gg_give.smx) is not loading on the newest version of css. Is there any fixes for this?
marks is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 07-24-2010 , 12:45   Re: GunGame
Reply With Quote #1440

Quote:
Originally Posted by VoGon View Post
"MaxHandicapLevel" "1" -> Should be 0


"HandicapTimesPerMap" "0" -> I would set it to 1

It did not woork.

My bad I was actualy using a older vercion. Woorks like a charm.

Last edited by checkster; 07-25-2010 at 14:46.
checkster 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 20:27.


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