Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: KWo
Forum: CSDM 09-30-2010, 08:57
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

I can imagine only one situation. You have skipped the awp selection, then - on the next map - You have chosen from Gun Menu "3. 2+Don't show menu again" (so it was rememebering all the time no...
Forum: CSDM 09-26-2010, 10:44
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Bombs and all objectivities have to be removed to have the round neverending.
To skip the mp_timelimit problem, You should use - whenever You are using CSDM enabled - mp_maxrounds system instead...
Forum: CSDM 09-26-2010, 07:22
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Update Your bots to V3B21 version, so they are buying the weapon on awp map, if the map allows them to.
Forum: CSDM 09-20-2010, 14:11
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

The only thing I cannot be sure is this prefix awp thing, I mean if this file is whole interpreted by AMX X:
addons\configs\maps\prefix-awp.cfg
To make sure the contents of it is called, rename the...
Forum: CSDM 09-20-2010, 06:22
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Do You mean on all maps or only on awp maps?
If on all maps, then You need to have these lines in csdm.cfg:

[equip]
;Equip Menu flags:
; p - primary
; s - secondary
; a - armor
; g -...
Forum: CSDM 09-17-2010, 14:08
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

CSDM can only automatically equip player with grenades or armor, but it doesn't automatically equip them with any primary or secondary weapon. The only thing You can do with CSDM is to let players...
Forum: CSDM 09-16-2010, 14:54
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

That means - more than likely - You are using original CSDM module with my stripper plugin. You should use CSDM module (csdm_amxx.dll or csdm_amxx_i386.so) provided by me in beta package (or in...
Forum: CSDM 09-16-2010, 08:04
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

I believe You are using some of my All-In-One packages with plugins I'm supporting (mapchooser4, maphandler06, sniperlimit etc). Form that what I can see from Your logs You have some troubles with...
Forum: CSDM 03-09-2008, 04:55
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Yes, it is supposed to do exactly that. The only thing You will be able to see in Equip menu will be the deagle. I don't know if You are leting the people to use nades or helmet and kevlar on...
Forum: CSDM 03-08-2008, 14:54
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

You need to have there the file called cs_deagle5.cfg with these lines:

csdm_reload "csdm\extraconfigs\items_cs_deagle5.cfg"
mp_freezetime 0
mp_timelimit 0

As You can see these cvars should...
Forum: CSDM 03-07-2008, 01:35
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Yes - after isntalling You just need to read a bit the config files and also this topic here - about per map config things.
Forum: CSDM 03-06-2008, 14:06
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Just use my beta (http://forums.alliedmods.net/showthread.php?t=47306) and Your per map config things and it should be OK...
Forum: CSDM 01-29-2007, 03:00
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Try the version csdm_equip 2.1g posted here (http://forums.alliedmods.net/showpost.php?p=431095&postcount=99) with the pack 2.1f (replace only csdm_equip in that beta) and let me know if it works. I...
Forum: CSDM 11-10-2006, 13:47
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

If I remember good - You cannot change the cvar mp_maxplayers in-game. But You should ask about that rather at AMX X Offtopic forum.

Back to Your map specyfic weapons configurations - if You got...
Forum: CSDM 11-08-2006, 13:55
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

OK - here You have the compiled file csdm_main.amxx (zipped). Please try it and let me know if it works for You. Don't forget restart the server.

Use whole the beta...
Forum: CSDM 11-08-2006, 10:54
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

I'll try to compile it against AMX X 1.76b (I believe You are using that version) when I'll be at home later (after few hours). But You can compile it Your-self - just put that sma I posted into...
Forum: CSDM 11-07-2006, 17:50
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Wait, wait, wait... I've put so big effort to explain it You how uts should work, I even tested it and found a bug, fixed it posted the new sma file for You (You should have only recompile it), but...
Forum: CSDM 11-06-2006, 15:55
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

Everything I wrote You was correct. It works, but You need some fixed sma. :D
There was a bug in csdm_main.sma - with only 32 character it was impossible to load correctly any map specyfic file...
Forum: CSDM 11-06-2006, 07:44
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

About the item map specyfic configuration - I have to check my-self it first to tell You what might be wrong.
About Your second question - there is ADMIN_MAP check for availability that menu. I may...
Forum: CSDM 11-05-2006, 13:54
Replies: 60
Views: 163,167
Posted By KWo
Re: Restrict weapons for certain maps

First You need to check how AMX X works with per-map configuartion.



After concatenating the info from these 2 docs You know this:
1. You need to create a folder called "maps" in...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -4. The time now is 15:24.


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