Alright I am using AMX 0.9.8 with WC3FT. I got this from that link where it had AMX and WC3FT in one. I have one question. I have all the admin users set up right in users.ini but when I try and use it in my server it says I have no access to that command. Somebody told me this is cause of having to have the SQL module running. I do have SQL database on a linux server but i dont know nothing about setting up admin and war3users for savexp on it. Right now I am saving through vault. Can somebody please help me with this. I have 8 clan members bugging me about why there admin isnt working.
Of corse there are no ** in the real users.ini file I just did this for privacy.
Code:
"STEAM_0:1:11095**" "master" "bcdefghijklmnopqrstu" "ce"
"STEAM_0:0:7812**" "hazard" "cdefghijklmnopqrstu" "ce"
"STEAM_0:0:6247**" "johnnypg" "cdefghijklmnopqrstu" "ce"
"STEAM_0:0:6410**" "cobra" "cdefghijklmnopqrstu" "ce"
"STEAM_0:0:13195**" "lynx" "cij" "ce"
"STEAM_0:1:6294**" "force" "cij" "ce"
"STEAM_0:0:4125**" "nemmy" "cij" "ce"
"STEAM_0:0:8761**" "hooligan" "cij" "ce"
"STEAM_0:1:10973**" "mystik" "cij" "ce"
Code:
; AMX Modules
; You can specify both linux & win32 modules here
; CS Stats
addons/amx/dlls/csstats_mm.dll
addons/amx/dlls/csstats_mm_i386.so
; More functions for modifications in HL
addons/amx/dlls/fun_mm.dll
addons/amx/dlls/fun_mm_i686.so
; MySQL access
addons/amx/dlls/mysql.dll
addons/amx/dlls/mysql_i686.so
; Xtrafun
addons/amx/dlls/xtrafun_mm.dll
addons/amx/dlls/xtrafun_mm_i686.so
; JGHG
addons/amx/dlls/jghg_mm.dll
addons/amx/dlls/jghg_mm_i686.so
; VexD
addons/amx/dlls/VexdUM_mm.dll
addons/amx/dlls/VexdUM_mm_i686.so
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
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 ; console motd @ client connection
stats.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
telemenu.amx ; teleport menu (Fun Module required!)
miscstats.amx ; bunch of events announcement for Counter-Strike
pausecfg.amx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
rollthedice.amx ; Roll The Dice
blackjack.amx ; BlackJack
cd.amx ; CD Mediator
warcraft3FT.amx ; Warcraft 3 Frozen Throne
now I want to have it save to vault and still use users.ini. There is one thing though I have admin.amx and admin_mysql.amx running.
__________________