Raised This Month: $ Target: $400
 0% 

AMXMODX help...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
-[RxN]-
New Member
Join Date: Sep 2005
Location: Singapore
Old 09-09-2005 , 14:08   AMXMODX help...
Reply With Quote #1

-i now renting server from company

-they gif mi ftp access to amx modx

-i created folder "plugins" and put all plugins in there

-i added lines in plugins.ini

-i restart server

-but it show :

Quote:
Currently loaded plugins:
name version author file status
Admin Base 1.01 AMXX Dev Team admin.amxx running
Admin Commands 1.01 AMXX Dev Team admincmd.amxx running
Admin Help 1.01 AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.01 AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.01 AMXX Dev Team multilingual.am running
Menus Front-End 1.01 AMXX Dev Team menufront.amxx running
Commands Menu 1.01 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.01 AMXX Dev Team plmenu.amxx running
Maps Menu 1.01 AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.01 AMXX Dev Team adminchat.amxx running
Anti Flood 1.01 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.01 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.01 AMXX Dev Team imessage.amxx running
Admin Votes 1.01 AMXX Dev Team adminvote.amxx running
NextMap 1.01 AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.01 AMXX Dev Team mapchooser.amxx running
TimeLeft 1.01 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.01 AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.01 AMXX Dev Team statscfg.amxx running
unknown unknown unknown blackjack.amxx bad load
unknown unknown unknown lastmanbets.amx bad load
unknown unknown unknown amx_bank.amxx bad load
unknown unknown unknown player_ghosts.a bad load
-[RxN]- is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 09-09-2005 , 14:38  
Reply With Quote #2

You shouldn't have had to create a plugins folder, there should have been one already if amxx was already there. If you just randomly put plugins on your server and didn't put them in:

addons/amxmodx/plugins

then you need to do that. If the plugins are in the right place and still not working show us your modules.ini and plugins.ini
__________________
Dr_Knuckles is offline
-[RxN]-
New Member
Join Date: Sep 2005
Location: Singapore
Old 09-09-2005 , 14:59  
Reply With Quote #3

ftp://xxx.xx.xx.xxx theres onli

amxx.cfg
maps.ini
user.ini
plugins.ini
modules.ini
bla bla bla still gt alot but dun hav plugin folder so i crt it

my modules are :
Quote:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
and my plugins.ini are :
Quote:
; 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)

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

; Chat / Messages
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!)

; Custom - Add 3rd party plugins here
blackjack.amxx ;Blackjack for more money
lastmanbets.amxx ;
amx_bank.amxx ;
player_ghosts.amxx ;
day_light.amxx ;
-[RxN]- is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 09-09-2005 , 15:05  
Reply With Quote #4

You have to have a plugins folder if those other plugins are running properly, you jsut don't know where it is.

cstrike/addons/amxmodx/plugins

It is right there ---------------^

You are looking in:

cstrike/addons/amxmodx/configs

and that is wrong.
__________________
Dr_Knuckles is offline
-[RxN]-
New Member
Join Date: Sep 2005
Location: Singapore
Old 09-09-2005 , 15:07  
Reply With Quote #5

i told u that i rent cs server from company..so they gif mi ftp to edit amxmodx.....so when i gone in the ftp i saw was those ini but dun have plugins folder
-[RxN]- is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 09-09-2005 , 15:11  
Reply With Quote #6

Well then you need to ask for access to all of amxmodx not jsut the config folder otherwise I doubt you can ever run any other plugins.

And don't get shitty with me, what you told us was not only a half assed explanation, you said you have access to amxmodx only, which would give you access to the plugins folder. You didn't tell us that you only have access to the configs folder inside amxx. It's not my fault you don't know what you're talking about.
__________________
Dr_Knuckles is offline
phooeyuk
New Member
Join Date: Mar 2005
Old 09-11-2005 , 01:37  
Reply With Quote #7

he's not getting shitty, he's from singapore his english is not very good.
phooeyuk is offline
Dr_Knuckles
AlliedModders Donor
Join Date: Mar 2005
Location: SW Florida
Old 09-11-2005 , 13:42  
Reply With Quote #8

Apparently neither is yours. It really doesn't matter to me, when I am trying to help someone and they come back with a snooty or condescending remark it irritates me. It's not my fault he didn't explain himself better, if he can type out amxmodx he should be able to type out amxmodx/configs. Anyway, I answered the quesiton, now he just has to do it. I don't know why anyone would only give ftp access to the configs folder of amxmodx, that makes little sense.
__________________
Dr_Knuckles 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 04:36.


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