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

Need help with amx mod with admins etc.. King n00b


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 21:08   Need help with amx mod with admins etc.. King n00b
Reply With Quote #1

Hi there and thanks for looking at my post. Ok me and my clan recently bought a new server so we could play our matches on etc... The server has amx and metamod installed and running. The server is a jolt btw. So we have that going and we have flashfxp to do the changes etc.. Ok the thing is none of the commands seem to work in console at all?!
i read all the guides and searched the posts on here and the other places like kingping etc.. And none seemed to help.
I set up an admin script like how the guide told me to using the steam id's and what flags we want etc.. but it dosent seem to work at all. So if someone could assist that would be really helpful as its starting to bug us and jolt and others arnt to helpful, plus i was advised to post here as there are a load of friendly people here


this is what ive done but have changed steam ids for obvious reasons so if someone could help please please please do

; 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 - custom level A (for additional plugins)
; 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

; Account flags:
; a - disconnect player on invalid password
; b - clan tag
; c - this is steamid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)

; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>

; Examples of admin accounts:
; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de"
; "STEAM_0:0:14332" "my_password" "abcdefgnstu" "c"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

"STEAM_ID:0:1:7777777" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:6666666" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:5555555" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1:4444444" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1333333" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:2222222" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1:1111111" "" "abcdefghijklmnopqrstu" "ce"



basically when i try to use admin stuff via console it wont work and say's you dont have access to these comands or something like that. Please help
MarcusD is offline
Send a message via MSN to MarcusD
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 08-25-2004 , 21:44  
Reply With Quote #2

MM plugins.ini, amxmodx plugins.ini, amxmodx modules.ini
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 21:55  
Reply With Quote #3

hmm sorry but im a kind n00b and dont quite get what you mean there? I see your a moderator so that is good news as you will be able to help i hope

ok so what do i do with those plugins you listed?
MarcusD is offline
Send a message via MSN to MarcusD
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 22:30  
Reply With Quote #4

help plz
MarcusD is offline
Send a message via MSN to MarcusD
narcussist
Senior Member
Join Date: Jul 2004
Location: Canton, Ohio
Old 08-25-2004 , 22:55  
Reply With Quote #5

Quote:
Originally Posted by devicenull
MM plugins.ini, amxmodx plugins.ini, amxmodx modules.ini
he ment post your
metamod/plugins.ini
amxx/configs/plugins.ini or amxx/plugins.ini (depending on your version of amxx)

amxx/configs/modules.ini or amxx/modules.ini (depending on your version of amxx)


make sure your steamid are what they are really when you do amx_who or status
__________________
narcussist is offline
Send a message via AIM to narcussist Send a message via MSN to narcussist Send a message via Yahoo to narcussist
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 08-25-2004 , 23:09  
Reply With Quote #6

Quote:
Originally Posted by narcussist
Quote:
Originally Posted by devicenull
MM plugins.ini, amxmodx plugins.ini, amxmodx modules.ini
he ment post your
metamod/plugins.ini
amxx/configs/plugins.ini or amxx/plugins.ini (depending on your version of amxx)

amxx/configs/modules.ini or amxx/modules.ini (depending on your version of amxx)


make sure your steamid are what they are really when you do amx_who or status
Oops, soory, though you would know what I meant
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 23:14  
Reply With Quote #7

metamod plugins = linux addons/amxx/dlls/amxx_mm_i386.so

amxx plugins =
admin.amx
amin_mysql.amx
adminchat.amx
admincmd.amx
adminhelp.amx
adminslots.amx
adminvote.amx
antiflood.amx
cmdmenu.amx
imessage.amx
mapchooser.amx
mapsmenu.amx
menufront.amx
nextmap.amx
pausecg.amx
plmenu.amx
restmenu.amx
scrollmsg.amx
telemenu.amx
timeleft.amx
welcomemsg.amx

hi i think this is what you mean yeah?
MarcusD is offline
Send a message via MSN to MarcusD
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 23:21  
Reply With Quote #8

also

amxx moduels =
cstrike_amx_i386.so
engine_amx_i386.so
fun_amx_i386.so
MarcusD is offline
Send a message via MSN to MarcusD
MarcusD
Junior Member
Join Date: Aug 2004
Old 08-25-2004 , 23:26  
Reply With Quote #9

ok incase i misunderstood lol heres the other files i think you actually wanted soz lol

; AMX Mod X plugins
; Jolt DO NOT allow stat plugins!

admin.amx ; admin base (required for any admin-related)
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


AMX Mod X Modules; You can specify both linux & win32 modules here
Use i686 instead of i386 to use glibc2.3 optimized binaries

Fun - This has extra functions for "extra" stuff
fun_amx_i386.so

Engine - This has engine functions core to half-life
engine_amx_i386.so

Counter-Strike - This adds functions specific to Counter-Strike
cstrike_amx_i386.so
MarcusD is offline
Send a message via MSN to MarcusD
narcussist
Senior Member
Join Date: Jul 2004
Location: Canton, Ohio
Old 08-25-2004 , 23:39   Re: Need help with amx mod with admins etc.. King n00b
Reply With Quote #10

Quote:
Originally Posted by MarcusD

"STEAM_ID:0:1:7777777" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:6666666" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:5555555" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1:4444444" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1333333" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:0:2222222" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_ID:0:1:1111111" "" "abcdefghijklmnopqrstu" "ce"



basically when i try to use admin stuff via console it wont work and say's you dont have access to these comands or something like that. Please help
please tell me this is not your users.ini and that you just made up those Steam_ID for this post
__________________
narcussist is offline
Send a message via AIM to narcussist Send a message via MSN to narcussist Send a message via Yahoo to narcussist
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 03:17.


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