View Single Post
Re: AdminMOD: Where to start?
Old
  (#2)
Cpl. Shrike
ShrikeBot Coder/Moderator
 
Cpl. Shrike's Avatar
 
Status: Offline
Posts: 550
Join Date: Mar 2004
Location: The Netherlands
Default Re: AdminMOD: Where to start? - 21-06-2005

I dunno adminmod my self but Amxmodx can register users/admins also by name, password or IPaddress.
So maybee switch to amxmodx

quote from amxmodx users.ini
Quote:
Code:
; 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"

Last edited by Cpl. Shrike; 21-06-2005 at 14:03.. Reason: amxx instead admin
  
Reply With Quote