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

Catchmod 2.0.1 Black Edition


Post New Thread Reply   
 
Thread Tools Display Modes
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 12-18-2008 , 10:27   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #11

YamiKaitou: uploaded amxx because it needs FM util & ham. Well as you say, your the boss here
farzad: Yes.
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 12-18-2008 , 10:29   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #12

Quote:
Originally Posted by bomnacama View Post
fangen_on and .fangen_on doesent work\exist in eng-fangen fixed cs 1-6

please fix the description. its no fangen_on or fangen_off, its turn_on and turn_off. and add the description of the other cvars
yea. i have forget to edit the commands. try with /turn_on & /turn_off!

Cvars updated !
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-18-2008 , 10:31  
Reply With Quote #13

Yes. Having it in a help motd is fine by me at least, but having it as an automated message every time you spawn is not needed. Also, since you are using resethud to detect player spawn, I am going to point you to this topic.

Quote:
should i upload in .zip format?
That works.


Also, why are you using id-1? Just increase the array size to 33 and use id. It is much easier to read and looks better



Quote:
Originally Posted by AcidoX View Post
YamiKaitou: uploaded amxx because it needs FM util & ham. Well as you say, your the boss here
Both are included in 1.8.1, which is what the webcompiler is at. Plugin compiles just fine using the webcompiler.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 12-18-2008 , 10:36   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #14

Wads.zip:
Your file of 6.36 MB bytes exceeds the forum's limit of 5.00 MB for this filetype. << i dont thinks thats a good idea that this 2 files get 4 files...

Adv. will be removed
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 12-18-2008 , 10:38   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #15

Quote:
Originally Posted by farzad View Post
Wads.zip:
Your file of 6.36 MB bytes exceeds the forum's limit of 5.00 MB for this filetype. << i dont thinks thats a good idea that this 2 files get 4 files...
Talk to BAILOPAN about it then. As long as the rar files are there, this plugin will not be approved.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
bomnacama
Senior Member
Join Date: Dec 2008
Location: Portugal
Old 12-18-2008 , 17:55   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #16

when I turn the mod on it crashes my server.

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
;adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx debug ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
;high_ping_kicker.amxx
;amx_super.amxx
;spawnprotection.amxx
;amm.amxx
;admin_chat_colors.amxx
admin_freelook.amxx
war3ft.amxx
nomeservidor.amxx
amx_super_nospeed.amxx
;reconnect_features.amxx
;galileo.amxx
bemvindo.amxx
country_kicker.amxx
aimbotdetect.amxx
drop_weapons.amxx
equipas.amxx
eng-fangen.amxx


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;

;mysql
sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx
hamsandwich


help please

Last edited by YamiKaitou; 12-18-2008 at 18:00.
bomnacama is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 12-18-2008 , 20:04   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #17

u have to use eng-fangen_fixed_cs_1-6 for cs 1.6 !
& i dont know the amx_super_nospeed ??what is this ?

by this plugin u have speed on 9999 & what this plugin name says to me, is that its a speed blocker or somthing like this. i dont know this plugin. maybe anyone else know...
__________________

Last edited by One; 12-18-2008 at 20:07.
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
danielkza
AMX Mod X Plugin Approver
Join Date: May 2007
Location: São Paulo - Brasil
Old 12-18-2008 , 22:05   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #18

Quote:
Originally Posted by farzad View Post
u have to use eng-fangen_fixed_cs_1-6 for cs 1.6 !
& i dont know the amx_super_nospeed ??what is this ?

by this plugin u have speed on 9999 & what this plugin name says to me, is that its a speed blocker or somthing like this. i dont know this plugin. maybe anyone else know...
It's AMX Super with the amx_speed command disabled, so it doesn't interfere in other mods that change users speed, like w3, ZP, etc.
__________________

Community / No support through PM
danielkza is offline
{PHILMAGROIN}
Senior Member
Join Date: Aug 2007
Location: In the middle of the des
Old 12-18-2008 , 22:13   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #19

Quote:
Originally Posted by mando127 View Post
I fucking love this GJ making a server for it now .
could you give me the ip adress to the server? id like to test this. pm me or something please.
__________________
[B]
{PHILMAGROIN} is offline
jowy77
Member
Join Date: Nov 2006
Location: Vigo, Spain
Old 12-19-2008 , 04:45   Re: Catchmod 2.0.1 Edited Version
Reply With Quote #20

crash server in change round

[AMXX] Run time error 3: stack error
[AMXX] [0] 34785.attach:ther_num (line 164)
[AMXX] [1] 34785.attach::speedup (line 217)
[AMXX] [2] 34785.attach::curweapon (line 56
__________________
Sorry my English


jowy77 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 21:27.


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