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

AMX votemap and changelevel


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Spiky Pirate
Senior Member
Join Date: Oct 2006
Old 12-10-2006 , 17:51   AMX votemap and changelevel
Reply With Quote #1

hello guys,

I just upgraded my server's amxmodx version to the newest one, 1.76.
When i try to give out admin power to people, it won't let me give out votemap only(which mean, i have to give out both votemap and changelevel or else they get neither.)

I am thinking maybe amxmodx menu is glitchy because when i give out voting power to admins, they can't vote by using amxmodxmenu, but they can in console. I find it very odd. Is there a way to customize amxmodmenu?

Thanks a lot
Spiky Pirate is offline
The Specialist
BANNED
Join Date: Nov 2006
Old 12-10-2006 , 17:53   Re: AMX votemap and changelevel
Reply With Quote #2

can you post your user.ini file and modules and plugins .
The Specialist is offline
Send a message via AIM to The Specialist
Spiky Pirate
Senior Member
Join Date: Oct 2006
Old 12-10-2006 , 17:59   Re: AMX votemap and changelevel
Reply With Quote #3

sure,

here's user.ini
Quote:
; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini
; Line starting with ; is a comment
; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - Weapon Arena
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)
; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field
; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
"Spiky Pirate"
"STEAM_0:0:10416976" "" "ceijkmu" "ce"
"Martyr"
"STEAM_0:0:79562" "" "bcdefghijkmnopqrstu" "ce"
"Yu-On"
"|KbK|Yu-On" "l8r-feb101993" "ceijkmu" "ab"
"Bloodrock"
"|KbK|Bloodrock" "l8r-laserjet" "ceijmu" "ab"
; M249-M4A1
;"STEAM_0:0:1908414" "" "abcdefghijkmnopqrstu" "ce"

Here's modules.ini:
Quote:
;;;
; 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
here's plugin.ini:
Quote:
; 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 ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Custom - Add 3rd party plugins here
amxx_atac.amxx
weaponarena.amxx
rainysnowy.amxx
sound_download_management.amxx
hpk.amxx
Spiky Pirate is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 12-10-2006 , 18:07   Re: AMX votemap and changelevel
Reply With Quote #4

Quote:
Originally Posted by Spiky Pirate View Post
"Spiky Pirate"
"STEAM_0:0:10416976" "" "ceijkmu" "ce"
"Martyr"
"STEAM_0:0:79562" "" "bcdefghijkmnopqrstu" "ce"
"Yu-On"
"|KbK|Yu-On" "l8r-feb101993" "ceijkmu" "ab"
"Bloodrock"
"|KbK|Bloodrock" "l8r-laserjet" "ceijmu" "ab"
; M249-M4A1
;"STEAM_0:0:1908414" "" "abcdefghijkmnopqrstu" "ce"
Comments can't go like that

Put them like so..
Code:
"STEAMID" "PASS" "FLAGS" "FLAGS" ; name here
Spanky McNutnut is offline
The Specialist
BANNED
Join Date: Nov 2006
Old 12-10-2006 , 18:18   Re: AMX votemap and changelevel
Reply With Quote #5

also trying giving yourself all the flags like so :
Code:
"abcdefghijklmnopqrstu"
The Specialist is offline
Send a message via AIM to The Specialist
Spiky Pirate
Senior Member
Join Date: Oct 2006
Old 12-10-2006 , 19:02   Re: AMX votemap and changelevel
Reply With Quote #6

that's not what i am asking however.
I like to assign admins by password so that they wont have admins when they are not using their assigned names.

What i am saying is, even though they can votemap in console, but they cant in amxmodmenu.
Spiky Pirate is offline
Spiky Pirate
Senior Member
Join Date: Oct 2006
Old 12-10-2006 , 19:39   Re: AMX votemap and changelevel
Reply With Quote #7

here's the image(i tried to upload it to the thread, but it only allows small tiny pictures..)

http://img.photobucket.com/albums/v6...creenshot1.jpg
As you can see, changelevel and vote for maps are unbolded, which means admins with the flags cannot vote by using amxmodmenu. But they can vote by using console..

Is there a way to fix this

Last edited by Spiky Pirate; 12-10-2006 at 21:21.
Spiky Pirate is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 12-10-2006 , 23:32   Re: AMX votemap and changelevel
Reply With Quote #8

Show us output of meta list and amxx plugins
Spanky McNutnut is offline
Spiky Pirate
Senior Member
Join Date: Oct 2006
Old 12-11-2006 , 00:24   Re: AMX votemap and changelevel
Reply With Quote #9

sorry, where do i find that out
Spiky Pirate is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 12-11-2006 , 00:55   Re: AMX votemap and changelevel
Reply With Quote #10

Type them in RCON
Spanky McNutnut 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 09:49.


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