Jump to content
GIGN Forum

Amxbans & Acc Skripts


Recommended Posts

man caur acc scriptu viss strādā, bet access nejiet, kad caur scriptu reģistrē niku amxbanos vis ir bet serverī access neiet... amx_amxbans tabulā ir tāda lieta phpmyadmin.png

caur sms acc skriptu access pārlec uz 33 bet pārējiem pēc kārtas skaitļiem... moška tāpēc? kad pats caur web ievada access vis ir ok..

Link to comment
Share on other sites

Pievieno rindu skriptā, kas nosaka, ka id pievienojas arī attiecīgajam serverim!!!

Vaina ir manā amxmodx versijā man ir 1.8.0 tas tip nedraudzējas ar amxbans kkas ar mysql tur niķojas man tā šķiet ka nav jēgas 4akarēties jāmaina uz 1.76d versiju... :unsure: paldies SCORPIONAM PAR KOMPLIMENTU ;DDD

Link to comment
Share on other sites

Nelīdz nekas! vienalga serveris lasa no mana users.ini ja no users ini dzēš arā adminus tad admini iet uz amxbans bet nvar pievienot vairs pievienot ta var bet access ies tik tad kad pievienos ari users.ini nu psc jau nezinu ko lai dara nav vairs variantu...

; 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)
admin_amxbans.amxx
amxbans.amxx
admincmd.amxx    ; basic admin console commands

; Basic
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)
amxmod_compat.amxx

; Chat / Messages
anti_sayen.amxx
;anti_sayru.amxx
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!)

;sqlban.amx
show_ip.amx
amx_atac_cfg.amx
amx_atac.amx
auto-restart.amx
menu_mod.amx

; ATAC 2.5.5.0
amxx_atac.2.5.5.0.amxx
amxx_atac_cfg.amxx

; Admin comands
iptools.amxx
;allinfo.amxx
admin_chatcolor.amxx
adminbroadcast.amxx
admin_slash.amxx

; Server
ac_spinhackdetector.amxx
anti_fastfire.amxx
;anti-camping.amxx
czbot_control.amxx
;amx_onename.amxx
;no_reconnect.amxx
amx_respawn.amxx
ptb.amxx
mapmanager.amxx
csnadedrops.amxx
;simple_redirect.amxx
;cydscw.amxx

Un mans amx_amxbans

#if defined USING_SQL
    register_srvcmd("amx_sqladmins", "adminSql")
    register_cvar("amx_sql_table", "admins")
#endif
    register_cvar("amx_sql_host", "127.0.0.1")
    register_cvar("amx_sql_user", "root")
    register_cvar("amx_sql_pass", "xxx")
    register_cvar("amx_sql_db", "amxbans")
    register_cvar("amx_sql_type", "mysql")

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...