This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

AMX Match Deluxe (Current Version: 8.11)


Post New Thread Reply   
 
Thread Tools Display Modes
Mc*Special
Junior Member
Join Date: Aug 2005
Old 08-21-2005 , 14:30  
Reply With Quote #311

I used i686 and server works fine.
Mc*Special is offline
Mc*Special
Junior Member
Join Date: Aug 2005
Old 08-22-2005 , 10:41  
Reply With Quote #312

I installed amx mod x 1.0 again with metamod 1.17 and The plugin works fine again. I'll upgrade when everything is ready
Mc*Special is offline
tacter
Senior Member
Join Date: Mar 2004
Location: Oberlunkhofen
Old 08-22-2005 , 14:08  
Reply With Quote #313

I've installed amxx 1.01 too, I'll change to amxx 1.50 or higher, when regex works.
__________________
tacter is offline
Send a message via ICQ to tacter Send a message via AIM to tacter Send a message via MSN to tacter
James
Senior Member
Join Date: Dec 2004
Old 08-22-2005 , 18:33   Problem
Reply With Quote #314

AMXX 1.50+1.18mm, regex and sockets ON. plugin succesfully recompiled. After 1st Half plugin show 1st half finished, score.. etc, BUT after this
normaly continue next round, (example: mr12, score 12:0 - next round -- bang, bang --> 13:0]. Then plugin doesnt show nothing, in the menu I can start
match again (load and 1st half).. I dont know WHY after 1st half doesnt take screenshots, begin 2st half etc.

Does anybody know WHY? Thanks.
James is offline
Mc*Special
Junior Member
Join Date: Aug 2005
Old 08-22-2005 , 19:19  
Reply With Quote #315

Use amxx 1.0
Mc*Special is offline
kjcdude
Member
Join Date: Jan 2005
Location: 92679
Old 08-23-2005 , 08:13  
Reply With Quote #316

For some reason the cfg's arent being executed, along with pausing plugins.

my default.cfg
Quote:
amxx pause dropallweapons.amxx
amxx pause adminlisten.amxx
amxx pause emptyserver.amxx
amxx pause enemy_down.amxx
amxx pause enemyspotted.amxx
amxx pause afkkicker2.amxx
amxx pause automatic_knife_duel.amxx
amxx pause NKJ.amxx
amxx pause scrimstarter.amxx
amxx pause adminbroadcast.amxx
amxx pause uaio_admin.amxx
amxx pause uaio_manager.amxx
amxx pause adminslots.amxx
amxx pause multilingual.amxx
amxx pause menufront.amxx
amxx pause cmdmenu.amxx
amxx pause plmenu.amxx
amxx pause mapsmenu.amxx
amxx pause adminchat.amxx
amxx pause antiflood.amxx
amxx pause scrollmsg.amxx
amxx pause imessage.amxx
amxx pause adminvote.amxx
amxx pause nextmap.amxx
amxx pause mapchooser.amxx
amxx pause timeleft.amxx
amxx pause statscfg.amxx
amxx pause restmenu.amxx
amxx pause statsx.amxx
amxx pause miscstats.amxx
amxx pause stats_logging.amxx
meta pause statsme
I ovwerited my everything with a fresh install from here and STILL cal.cfg isnt executed...
Thats what really bothers me.
I installed a fresh install of the mod which i know works cause it was working just an hour earlier...
AHH...
__________________
kjcdude is offline
Send a message via AIM to kjcdude Send a message via MSN to kjcdude
James
Senior Member
Join Date: Dec 2004
Old 08-23-2005 , 13:03   Knife round
Reply With Quote #317

In AMXX 1.01 works fine, but ONE IMPORTANT think MISSING! KNIFE ROUND (optionally without bomb and pistols)! Yes, we can fight in warmup, but solution Warmup-->Knife Round-->Match is much much
Better. PLEASE, please ...

I found a little bug in regex Clan Tag, when is in clan Tag space, regex doesnt work good. Ex. [my team] Name he cut off on "[my" in amx_matchmenu...

ps. here you are language file with Czech translation
Attached Files
File Type: txt amx_match_deluxe.txt (35.0 KB, 166 views)
James is offline
Infra
Senior Member
Join Date: Aug 2004
Location: California
Old 08-23-2005 , 13:32  
Reply With Quote #318

@kjcdude: Do you have the configs in the right place? Feel free to message me on aim, or send a pm, so I can try to help you figure it out.

@James: I try to take all suggestions, but it's really hard with school starting up again. Don't feel bad if I don't get to it before January ...Oh and thanks for the translation.



Update on what I'm doing with the plugin atm:

- Two map matches
- Added Czech translation
__________________
--Infra
Infra is offline
Send a message via AIM to Infra
James
Senior Member
Join Date: Dec 2004
Old 08-23-2005 , 17:33   Knife Round
Reply With Quote #319

Ok, I accept this, and for that reason i start modifiing script. I add knife round > Warm--->Knife Round---->Warm(winner team choose side)-->1st--->2st.
I post .sma, if you look at this and Find variable "knife", i am sure you understand this simple code. You can (I hope) work with this, and modify this to work with 2 maps matches option (on which you working).

Only 2 problems troubling me:
1st) I dont know how make variable "knife" public for configs, cvar, etc, so I set up this temporary as public C variable. I will be glad if you make cvar and
cfg variable amx_match_knife. (mainly i dont know how add item to menu, "menubody" was too hard writed :]

2nd) I doesnt finnish work at DISABLE BOMB in knife round. I know how DISABLE it (engine modul), but i dont know ( HOW ENABLE bomb later.
Code:
//REMOVE BOMB - Works fine
	for(new inum=0;inum<=get_global_int(GL_maxEntities);inum++)
	{
		if(!is_valid_ent(inum)) continue
		new class[76]
		entity_get_string(inum,EV_SZ_classname,class,75)
		if(equal(class,"func_bomb_target"))
			remove_entity(inum)
	}
If you help me, i will be happy :]

Good luck in school, to me will start in half September, and our league start simultaneously so I must complete script (yes, we play 2maps matches, but I dont push to you ;-) , this isn't big problem, i can start amx_match again in other map)

EDIT: I fix my 1st problem, now is avaible amx_match_knife + I fix missing \w^n in some items in plugin menu (1st menuitem overriding menu title), but still I dont know why in HLTV Demo menu doesnt
work key 4 - NO. Dont understand, every other keys send key value 0,1,2,9, but 3 not send. strange. And still dont know how to reenable bomb...
Attached Files
File Type: sma Get Plugin or Get Source (amx_match_deluxe.sma - 751 views - 103.7 KB)
James is offline
James
Senior Member
Join Date: Dec 2004
Old 08-23-2005 , 17:34   translate
Reply With Quote #320

and translate too (added variables only in EN and CZ languages!!)
Attached Files
File Type: txt amx_match_deluxe.txt (35.2 KB, 147 views)
James 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 01:06.


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