Raised This Month: $ Target: $400
 0% 

amxbans 4.0


Post New Thread Closed Thread   
 
Thread Tools Display Modes
neoHasse
Junior Member
Join Date: Sep 2005
Location: Sweden
Old 09-22-2005 , 02:36  
#1031

@lantz69
Ok, have I done something wrong here.. done everything you stated, all seems fine but I cant bring up the ingame menu for amxbans.. Why? Have I missed something?

Thx for fixing amxbans for 1.55.

(härligt med hjälpsamma personer )
neoHasse is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 09-22-2005 , 03:39  
#1032

Quote:
Originally Posted by neoHasse
@lantz69
Ok, have I done something wrong here.. done everything you stated, all seems fine but I cant bring up the ingame menu for amxbans.. Why? Have I missed something?

Thx for fixing amxbans for 1.55.

(härligt med hjälpsamma personer )
If you use my files posted here
http://forums.alliedmods.net/showthr...t=1186&page=64

The amxbans menu should be in the standard amxmodmenu, but only if you do it like this!

You need to put amxbans_menu_new.amxx just before plmenu.amxx in plugins.ini so amxbans menu is used instead.

amxbans_new.amxx ;put atleast before admincmd.amxx
admincmd.amxx
..
amxbans_menu_new.amxx ;put atleast before plmenu.amxx
plmenu.amxx


That should do it...
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
neoHasse
Junior Member
Join Date: Sep 2005
Location: Sweden
Old 09-22-2005 , 05:06  
#1033

Have done everything like you said, but still no menu.. Hmm..
neoHasse is offline
neoHasse
Junior Member
Join Date: Sep 2005
Location: Sweden
Old 09-22-2005 , 05:10  
#1034

But now when 1.60 is released, is there anything I should think about now?
__________________
neoHasse is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 09-22-2005 , 05:16  
#1035

Quote:
Originally Posted by neoHasse
But now when 1.60 is released, is there anything I should think about now?
Dont think so but I will test it out when i come home..

neoHasse PLz post your plugins.ini so I can see it.
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
neoHasse
Junior Member
Join Date: Sep 2005
Location: Sweden
Old 09-22-2005 , 06:00  
#1036

Hope this helps..
Huge thx for taking your time with this.

Code:
; AMX Mod X plugins ; Admin Base - Always one has to be activated admin.amxx      ; admin base (required for any admin-related) ;amxbans.amxx amxbans_new.amxx debug ;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) amxbans_menu_new.amxx debug 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      ; bunch of events announcement for Counter-Strike stats_logging.amxx  ; weapons stats logging (CSX Module required!) ;csstats.amxx ; amxbans_menu.amxx ; amx_warn.amxx amx_shake.amxx amx_adminmodel.amxx team_balancer.amxx no_retry.amxx slaylosers.amxx amxx_atac.amxx amxx_atac_cfg.amxx ps.amxx
__________________
neoHasse is offline
DerProfi
Junior Member
Join Date: Sep 2005
Old 09-22-2005 , 09:12  
#1037

Now with new release of amxx 1.60 should i use original "amxbans_menu.sma" and "amxbans.sma" from YoMama or the updated versions for 1.55 from lantz69 ???
DerProfi is offline
jimmy_cr
Member
Join Date: Sep 2004
Old 09-22-2005 , 09:42  
#1038

Quote:
Originally Posted by neoHasse
Hope this helps..
Huge thx for taking your time with this.

Code:
; AMX Mod X plugins ; Admin Base - Always one has to be activated admin.amxx      ; admin base (required for any admin-related) ;amxbans.amxx amxbans_new.amxx debug ;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) amxbans_menu_new.amxx debug 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      ; bunch of events announcement for Counter-Strike stats_logging.amxx  ; weapons stats logging (CSX Module required!) ;csstats.amxx ; amxbans_menu.amxx ; amx_warn.amxx amx_shake.amxx amx_adminmodel.amxx team_balancer.amxx no_retry.amxx slaylosers.amxx amxx_atac.amxx amxx_atac_cfg.amxx ps.amxx
why you have ";" at the line with "amxbans_menu.amxx"

should be

Code:
...
...
stats_logging.amxx	; weapons stats logging (CSX Module required!)
;csstats.amxx

amxbans_menu.amxx
; amx_warn.amxx
amx_shake.amxx
...
...
jimmy_cr is offline
Send a message via ICQ to jimmy_cr
jimmy_cr
Member
Join Date: Sep 2004
Old 09-22-2005 , 09:47  
#1039

Quote:
Originally Posted by DerProfi
Now with new release of amxx 1.60 should i use original "amxbans_menu.sma" and "amxbans.sma" from YoMama or the updated versions for 1.55 from lantz69 ???
Any you want, but better to recompile with 1.60 compiler (Win - amxxsc.exe / Lin - amxxpc) - check for warnings / errors
jimmy_cr is offline
Send a message via ICQ to jimmy_cr
neoHasse
Junior Member
Join Date: Sep 2005
Location: Sweden
Old 09-22-2005 , 10:35  
#1040

Quote:
Originally Posted by jimmy_cr
why you have ";" at the line with "amxbans_menu.amxx"

should be

Code:
...
...
stats_logging.amxx	; weapons stats logging (CSX Module required!)
;csstats.amxx

amxbans_menu.amxx
; amx_warn.amxx
amx_shake.amxx
...
...
Cuz I disabled it and added amxbans_menu_new.amxx above plmenu.amxx just as I should.
__________________
neoHasse is offline
Closed Thread



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:30.


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