When i make a listen server(i have AMXX 0.20 RC6) and start it. I go to console and type amxx plugins and i get:
Code:
Currently loaded plugins:
name version author file status
[ 1] Admin Base 0.20 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 0.20 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 0.20 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 0.20 AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual Sys 0.20 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 0.20 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 0.20 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 0.20 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 0.20 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 0.20 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 0.20 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 0.20 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 0.20 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 0.20 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 0.20 AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 0.20 AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 0.20 AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 0.20 AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configurati 0.20 AMXX Dev Team statscfg.amxx running
that would be good, if my plugins.ini didn't look like this:
Code:
; AMX Mod X plugins
;admin.amxx ; admin base (required for any admin-related)
;admin_mysql.amxx ; admin base - MySQL version (comment admin.amx)
;admincmd.amxx ; basic admin console commands
;adminhelp.amxx ; help command for admin console commands
;adminslots.amxx ; slot reservation
;menufront.amxx ; front-end for admin menus
;cmdmenu.amxx ; command menu (speech, settings)
;plmenu.amxx ; players menu (kick, ban, client cmds.)
;restmenu.amxx ; restrict weapons menu
telemenu.amxx ; teleport menu (Fun Module required!)
;mapsmenu.amxx ; maps menu (vote, changelevel)
;antiflood.amxx ; prevent clients from chat-flooding the server
;adminchat.amxx ; console chat commands
;adminvote.amxx ; vote commands
;nextmap.amxx ; displays next map in mapcycle
;timeleft.amxx ; displays time left on map
;mapchooser.amxx ; allows to vote for next map
;scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
;welcomemsg.amxx ; displays motd @ client connection
;pausecfg.amxx ; allows to pause and unpause some plugins
;stats.amxx ; stats on death or round end (CSStats Module required!)
;stats_logging.amxx ; weapons stats logging (CSStats Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;statscfg.amxx ; allows to manage stats plugins via menu and commands
NoClip.amxx
I wana test my plugin but it doesn't load and everything else does. Its **ssing me off. Any help would be great. Thanks!
__________________