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

help with in game admin commands


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 18:31   help with in game admin commands
Reply With Quote #1

in counter-strike. When i say amx_slap it says "you have no acess to that command" i added myself as admin i can use amx_say and that is all
how do i make so i can use other commands? And when i say amx_who it say my name acess no
cool_kid_432 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 11-15-2005 , 18:33  
Reply With Quote #2

show users.ini
[ --<-@ ] Black Rose is offline
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 18:39   here
Reply With Quote #3

; 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 - 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 (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:
; <> <password> <access flags> <account flag>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "my_name" "my_password" "abcdefghijklmnopqrstu" "a"

"STEAM_ID:0:0:4840309" "" "abcdefghijklmnopqrstu" "ce"
cool_kid_432 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 11-15-2005 , 18:51  
Reply With Quote #4

so... is this dedicated or listen
[ --<-@ ] Black Rose is offline
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 19:04  
Reply With Quote #5

what do u mean dedicated or listen?
cool_kid_432 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 11-15-2005 , 19:16  
Reply With Quote #6

Listen:
You play on the same computer that u r running the server on
Dedicated:
You have a server on one computer and you play on that server with a second computer.
[ --<-@ ] Black Rose is offline
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 19:19  
Reply With Quote #7

o listen
cool_kid_432 is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 11-15-2005 , 19:38  
Reply With Quote #8

Theres your problem...
You shouldn't use SteamID then. Use this line:
"loopback" "" "abcdefghijklmnopqrstu" "de"
instead of
"STEAM_ID:0:0:4840309" "" "abcdefghijklmnopqrstu" "ce"
[ --<-@ ] Black Rose is offline
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 19:55  
Reply With Quote #9

it still doesnt work

; 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 - 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 (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:
; <STEAM_0:0:4840309> <password> <abcdefghijklmnopqrstu> <ce>

; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "homic1d3" "my_password" "abcdefghijklmnopqrstu" "a"

"loopback" "" "abcdefghijklmnopqrstu" "de"
cool_kid_432 is offline
cool_kid_432
Junior Member
Join Date: Nov 2005
Old 11-15-2005 , 21:30  
Reply With Quote #10

just kidding, its running on a cs dedicated server - im not sure if that makes a difference, and i also installed amx mod to dedicated server (i didnt know htere was a diffference between dedicated and listen) do i have to reinstall to make it run a listen server?
cool_kid_432 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 03:14.


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