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

AMX Match Deluxe (Current Version: 8.11)


Post New Thread Reply   
 
Thread Tools Display Modes
drag1c
Junior Member
Join Date: Apr 2014
Location: Serbia, Nova Pazova
Old 12-01-2021 , 14:07   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #931

Does this work on 1.10 amxmodx?
drag1c is offline
Send a message via Skype™ to drag1c
Noochs
Junior Member
Join Date: Apr 2020
Old 12-02-2021 , 21:19   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #932

Yes This Will Work With 1.10 amxmodx
Noochs is offline
smallcat9669
New Member
Join Date: Jan 2023
Old 01-17-2023 , 08:22   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #933

amx_match_kniferound:

0 -> There is no knife round before the first warmup period to decide teams (set by default).
1 -> There is a knife round before the first warmup period to decide teams.

----------

About This, Is there a way to select teams only for winners?
smallcat9669 is offline
BizSAR
Junior Member
Join Date: Aug 2008
Location: Oregon, USA
Old 03-26-2023 , 17:17   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #934

Hey all,

I'm setting up for an old school CS1.6 tournament and had some questions about this plug-in.
What I'm wanting is the knife round to pick sides, a warm-up, and the basic tourney setup. No SQL. My plan is to start the server, have the players join, start the knife round to pick sides and have the server automatically take the players into the match with minimal interaction on my part, using only the server console, if at all possible.

I see draft's mini versions. Which version would be best to use? I see they removed the PUG feature. Was it broken? It seemed like that would have worked for me, otherwise.

Thanks!

Last edited by BizSAR; 03-26-2023 at 23:02.
BizSAR is offline
paprikon
New Member
Join Date: Mar 2024
Old 03-25-2024 , 19:24   Re: AMX Match Deluxe (Current Version: 8.11)
Reply With Quote #935

I am also preparing a old school CS 1.6 tournament.

I decided to go the SQL route. Even though the web-side is abandoned to say the least, I've managed to update the PHP files to reflect changes from PHP5.6 to PHP7.4. There are no errors on the website, it can successfully show the contents of the MySQL database. However, there is one slight issue: the plugin itself doesn't work with MySQL properly it seems.

I currently have it connect to a database that I have on the same machine (Debian 11). Even though there are NO ERRORS, even with debug enabled in plugins.ini, the tables/database are not updated/created/etc. when the plugin is running. I've tested that with players in-game, also with bots, with match in progress, warm-up etc., no statistics are being pushed onto the MySQL server.

Any idea how can I further track this down? Has anyone successfully managed to run this plugin with MySQL? Please let me know, it's bugging me so much at this point.
Just to clarify, AMXX is able to access the database, as it successfully has created the admins table.

UPDATE:
I have rewritten some of the code in the plugin as well as changed quite some code in the PHP files. What was needed to fix the plugin:
- Alter PHP code to reflect changes from PHP5 to PHP7.4 and up.
- Alter MySQL related code to reflect changes from MySQL 4 to MySQL 8.
- Fix errors that arise after conversion in PHP, which would be issues with lines in code where Teams are concerned when querying SELECT * FROM `amx_match_statistics`. Instead, use SELECT DISTINCT and remove GROUP BY as it is not necessary.

After more or less these changes, the plugin works with PHP7.4 and MySQL 8.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2024-03-26 123458.png
Views:	5
Size:	27.1 KB
ID:	203880  

Last edited by paprikon; 03-26-2024 at 06:36. Reason: additional info
paprikon is offline
Reply


Thread Tools
Display Modes

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 05:43.


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