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

AMX Match Deluxe (Current Version: 8.11)


Post New Thread Reply   
 
Thread Tools Display Modes
draft
Senior Member
Join Date: Jul 2007
Location: Russia, Saint-Petersburg
Old 11-10-2007 , 07:03   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #731

Hi, Infra. Very-very glad to see you here! I've send you some requests in PM. If you need some help, i can make it. Also, i have nice idea to make this plugin fully automatic. This one should include:
- Automatic pauses at the start of new round if player disconnects. The number of pauses is set by the cvar amx_match_auto_pauses_num. The pausing is set by the cvar amx_match_auto_pause.
- Reconnecting and then kicking (if reconnect doesn't work from clcmd) AFK players that don't move 15 seconds from the start of new round.
- Automatic start with cvar amx_match_teammates_num: if you need 5x5 matches you set this cvar to 5, if you need 2x2, then to 2. So, the plugin checks every 15 seconds if there are enough players and if they have correct clantegs. Automatic clanteg cheching is the difficultest part of coding. It seems, that we need to check in cycle symbol-by-symbol of 2 players in the same team until we find non-similar symbols. After that this symbol-array of clanteg should be compared with names of others players. So, this algorithm, as I suppose, can give a chance to correctly start match (server_cmd "amx_match ....").
- When the match is started it will be good to kick non-admin players automatically.
So, these are the plans on the winter
__________________
draft is offline
C00ller
Junior Member
Join Date: Sep 2007
Old 11-10-2007 , 22:19   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #732

draft
nice ideas

Quote:
Automatic clanteg cheching is the difficultest part of coding. It seems, that we need to check in cycle symbol-by-symbol of 2 players in the same team until we find non-similar symbols. After that this symbol-array of clanteg should be compared with names of others players. So, this algorithm, as I suppose, can give a chance to correctly start match (server_cmd "amx_match ....").
I'd say it's nearly impossible because there are so many ways to stylize nicknames and clantags and names may contain equal sequences but not being the clantags as well

for example:
ABC | PlayerA
ABC | PlayerB
ABC | PlayerC
ABC | PlayerD
ABC | PlayerE
automatically? useless

I've faced another idea (some addon, don't remember): All players (or only clanleaders) include 'setinfo' in their configs, providing clantag, so server would exactly define it
C00ller is offline
C00ller
Junior Member
Join Date: Sep 2007
Old 11-10-2007 , 22:27   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #733

Quote:
Originally Posted by cyberbattler View Post
is it connected with webstats? ( I mean ip's)

yes!
the trick is to use db fields containing authid for ip instead both are unique (at least they must be) so webstats keep working
C00ller is offline
Schumi
New Member
Join Date: Nov 2007
Old 11-11-2007 , 05:11   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #734

can somebody answer on my comment #727? tnx
Schumi is offline
draft
Senior Member
Join Date: Jul 2007
Location: Russia, Saint-Petersburg
Old 11-11-2007 , 14:57   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #735

Quote:
Originally Posted by C00ller View Post
draft
nice ideas



I'd say it's nearly impossible because there are so many ways to stylize nicknames and clantags and names may contain equal sequences but not being the clantags as well

for example:
ABC | PlayerA
ABC | PlayerB
ABC | PlayerC
ABC | PlayerD
ABC | PlayerE
automatically? useless

I've faced another idea (some addon, don't remember): All players (or only clanleaders) include 'setinfo' in their configs, providing clantag, so server would exactly define it
So, clanteg due to this algorithm will be ABC | Player Note, that we don't need very exact clantegs we just need to understand what they are in stats and in game-score. The other easy way is just to make clans.ini with all clantegs and to just compare them with names.
__________________
draft is offline
darakk
New Member
Join Date: Nov 2007
Old 11-16-2007 , 06:14   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #736

Hello,
I use the plug for a while, it works well.
Apart from some time, or it does not recognize the tag, so good.
The party is also php, but:
Would it be possible to add a possiblitité to delete the matches that we do not want to see included?
For example, by deleting a button at the end of the line.
There are games with bad tags, and picked up directly in the mysql db is not simple.
http://www.stw.papy-railer.com/ <= Example of some error tag
Sorry, my English leaves much to be desired, I am french ...
darakk is offline
bitchin
Junior Member
Join Date: Jul 2007
Old 11-17-2007 , 13:55   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #737

Ok, so i know this has been asked a million times before, but i still cant seem to find the answer im looking for.

I have a cs server with this mod installed, I have amxbans running which works fine on my webserver and I have run the .sql query and have all the relevant tables in my amx_match_deluxe database.

My sql.cfg
Code:
amx_sql_host    "87.198.231.***"
amx_sql_user    "Username"
amx_sql_pass    "Password"
amx_sql_db        "amxbans"
amx_sql_table    "amx_amxadmins"
amx_sql_type    "mysql"
This amxbans works perfectly

Were do i input my amx_match_deluxe database details? I know my sql server works as amxbans works fine.

amxmd.cfg
Code:
// Amx Match Mod Config

amx_match_endtype "0"
amx_match_hostname "0"
amx_match_hltvdelay "30"
amx_match_kniferound "0"
amx_match_overtime "1"
amx_match_otcfg "1"
amx_match_otlength "3"
amx_match_otunlimited "0"
amx_match_password "0"
amx_match_password2 "scrim"
amx_match_playerneed "2"
amx_match_pugstyle "1"
amx_match_randomizeteams "0"
amx_match_readytype "1"
amx_match_swaptype "1"
amx_match_screenshot "1"
amx_match_screenshot2 "1"
amx_match_shield "1"
amx_match_shield2 "1"
amx_match_showscore "1"
amx_match_stats "1"
amx_match_warmupcfg "0"


// MENU

// LENGTHS

amx_match_lmenu "10" "12" "13" "15" "20" "30" 


// CONFIGS

amx_match_cmenu "EuroCup Config" "ecup"
amx_match_cmenu "CAL config" "cal"

Last edited by bitchin; 11-18-2007 at 07:56.
bitchin is offline
bitchin
Junior Member
Join Date: Jul 2007
Old 11-18-2007 , 07:54   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #738

** I got the problem rectified, it uses the amxbans databse as well.

Last edited by bitchin; 11-18-2007 at 15:58.
bitchin is offline
Messi@h
Junior Member
Join Date: Nov 2007
Old 11-19-2007 , 10:06   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #739

Hi everybody

I need your help, i can't get web stats to work on my lan server.

My situation :

Linux Suse 10.3, apache2, mysql OK
metamod 1.19
Amxmodx with amx_match 8.11 and mysql_connect configuration OK (check database with phpmyadmin)

config.php is OK
no mysql errors on log
i can access the web page from infra

amx_match_stats 1 is OK
Anyway, i can launch tons of amx_match and still don't get any stats on the web page.
Even it's for lan purpose i can't get something to appear on that web stats page, i don't understand cause it's really simple to install

Have you got any idea ? Do you need my cfgs ?
Messi@h is offline
bitchin
Junior Member
Join Date: Jul 2007
Old 11-19-2007 , 11:54   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #740

Im not so sure of it on linux, but i assume it uses a sql.cfg file of some kind, how is your configured?
bitchin 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 08:52.


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