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

Can't give the map vote access to common players


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TurboX
Junior Member
Join Date: Jul 2004
Old 07-17-2004 , 12:45   Can't give the map vote access to common players
Reply With Quote #1

I try to give the map vote access to common players, the following setting should make it, but unfortunately not...

Code:
// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "juz"


// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

...
...

// Minimum delay in seconds between two voting sessions
amx_vote_delay 300

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.65
amx_voteban_ratio 0.65
amx_votemap_ratio 0.60
amx_vote_ratio 0.60
While the player using the command 'amxmodmenu', the only available choice is 'speech' submenu, all others are grey.


Here's the content of file plugin.ini.

Code:
admin.amx		; admin base (required for any admin-related)
;admin_mysql.amx	; admin base - MySQL version (comment admin.amx)
admincmd.amx		; basic admin console commands
adminhelp.amx		; help command for admin console commands
adminslots.amx		; slot reservation
menufront.amx		; front-end for admin menus
cmdmenu.amx		; command menu (speech, settings)
plmenu.amx		; players menu (kick, ban, client cmds.)
restmenu.amx		; restrict weapons menu
;telemenu.amx		; teleport menu (Fun Module required!)
mapsmenu.amx		; maps menu (vote, changelevel)
antiflood.amx		; prevent clients from chat-flooding the server
adminchat.amx		; console chat commands
adminvote.amx		; vote commands
nextmap.amx		; displays next map in mapcycle
timeleft.amx		; displays time left on map
;mapchooser.amx	; allows to vote for next map
scrollmsg.amx		; displays a scrolling message
imessage.amx		; displays information messages
;welcomemsg.amx		; displays motd @ client connection
pausecfg.amx		; allows to pause and unpause some plugins
stats.amx		; stats on death or round end (CSStats Module required!)
;stats_logging.amx	; weapons stats logging (CSStats Module required!)
miscstats.amx		; bunch of events announcement for Counter-Strike
statscfg.amx		; allows to manage stats plugins via menu and commands
vote_fix.amx
What's wrong with that, I really appreciate if someone can help me figure out.
TurboX is offline
Burnzy
Veteran Member
Join Date: Apr 2004
Old 07-17-2004 , 12:48  
Reply With Quote #2

did u get the menu thing update... well if u didnt. Search! was made by |2ob

If u dont wanta, just wait till 0.20, shall be out soon (hopefully by end of july )
__________________
Burnzy is offline
Send a message via AIM to Burnzy
TurboX
Junior Member
Join Date: Jul 2004
Old 07-17-2004 , 13:08  
Reply With Quote #3

I didn't find the post about the 'menu update' you mentioned, even after changed to a better glass
TurboX is offline
Burnzy
Veteran Member
Join Date: Apr 2004
Old 07-17-2004 , 13:18  
Reply With Quote #4

ill find it for u

ill suggest to |2ob to post this in plugins section as well
__________________
Burnzy is offline
Send a message via AIM to Burnzy
TurboX
Junior Member
Join Date: Jul 2004
Old 07-18-2004 , 09:26  
Reply With Quote #5

Quote:
Originally Posted by Burnzy
ill find it for u

ill suggest to |2ob to post this in plugins section as well

Thank you !

And nobody meets the similar problem like mine ?
TurboX is offline
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 07-18-2004 , 15:26  
Reply With Quote #6

your problem is the default access you set up!

if you use flag Z, they don't have access to the admin commands
as flag Z means "User, no Admin"

a simple fix for you would be to change the access level in the
adminvote.sma

look for
Code:
  register_concmd("amx_votemap","cmdVoteMap",ADMIN_VOTE,"<map> [map] [map] [map]")
and change to
Code:
  register_concmd("amx_votemap","cmdVoteMap",ADMIN_USER,"<map> [map] [map] [map]")
that will allow all players to use amx_votemap from console and you don't have to give the access rights to them by deafult,
as depending on your other plugins, they might have access to other
functions as well,if you give all players those access rights!

hope that helped you!
FeuerSturm is offline
Reply


Thread Tools
Display Modes

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 12:42.


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