| SAid0011 |
06-12-2007 08:06 |
Probleme with Ultimata sound
Hello
I'm New here
I Have a error with the install of the best of all The Ultimate Sounds
First
I download Ultimate Sounds from this link : http://www.amxmodx.org/plcompiler_vb.cgi?file_id=15708
I download The sound and I copy the sound in "Dedicated server/cstrike/
No probleme here
Seconde
I Copy ultimate_sounds.amxx In Dedicated server/cstrike/addon..../plugins
Then I go in the Configs folder and I open Plugins.ini and i add ultimate_sounds.amxx
Now my plugins.ini :
Code:
; AMX Mod X plugins
; Admin Base - Always one has to be activated
;ultimate_sounds.amxx
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
Now I save and I launch my Sever and in the commande write I, Amxx plugins
Code:
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.00 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.00 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.00 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.00 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual Sys 1.00 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.00 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.00 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.00 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.00 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.00 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.00 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.00 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.00 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.00 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.00 AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.00 AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.00 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.00 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configurati 1.00 AMXX Dev Team statscfg.amxx running
[ 20] unknown unknown unknown ultimate_sounds bad load
Load fails: Invalid Plugin (plugin "ultimate_sounds.amxx")
20 plugins, 19 running
Please, Help me
Thank's
|