PDA

View Full Version : plugins wont load?


GeoffWalls
10-08-2007, 05:55 PM
i installed the ones i wanted in the right spot, and i added them to the bottom of my plugin.ini just like i read to do so. but even after restarting the server, none of them show up nor work. idk if it has something to do with my version of amx or what.

blobby
10-08-2007, 08:11 PM
Have u added the .amxx at the end of all the plugins you added to the plugins.ini and what may help is if we know what plugins you have added and a copy and paste of your plugins.ini

Regards

Blobby

GeoffWalls
10-08-2007, 09:12 PM
of course i did :-p but here ill paste it. although now i only have evil admin on. i figured id work with one till i figured it out.

; 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

; Day of Defeat
;stats.amxx ; stats on death or round end (DoD Module required!)
;statssounds.amxx ; precache plugin for stats plugins
;stats_logging.amxx ; weapons stats logging (DoD Module required!)


; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer


;; Custom Plugins
;dod_eviladmin.1.76c.amxx

Wilson [29th ID]
10-08-2007, 09:49 PM
This is not a tutorial. Moving to Scripting Help.

Garion
10-08-2007, 10:44 PM
take the ; off of the line the plugin name is on. having the ; disables it.

blobby
10-09-2007, 05:04 PM
Yeah if you want to disable plugins you add this ; infront of the plugin name or if you are ading some text so you know what that plugin does but if you want it to work you should remove the ; from infront of you plugins name like so

dod_eviladmin.amxx ; Admins can do funny things to wrong doing players
;dod_eviladmin.amxx ; Admins can do funny things to wrong doing players [as you can see that one is disabled the one above is running and should be working ok]

GeoffWalls
10-09-2007, 06:30 PM
alright thank you. there in there. but now i dont know how to use them because there not on amxmodmenu. what other command do i have to use for the following

eviladmin
invisibility
flamethrower

and maybe unlimited pistol ammo if i can get it to load.

diamond-optic
10-09-2007, 07:05 PM
the commands and cvars used should be listed on the individual plugin threads

blobby
10-09-2007, 07:11 PM
Paste this in the clcmds.ini

"evil_stfu" "amx_evilstfu #%userid%" "bd" "su"
"evil_noprone" "amx_evilnoprone #%userid%" "b" "su"
"evil_glow" "amx_evilglow #%userid%" "b" "su"
"evil_pimpslap" "amx_evilpimpslap #%userid%" "b" "su"
"evil_mirrordmg" "amx_evilmirrordmg #%userid%" "b" "su"
"evil_bury" "amx_evilbury #%userid%" "b" "su"
"evil_vision" "amx_evilvision #%userid%" "b" "su"
"evil_slay" "amx_evilslay #%userid%" "b" "su"
"evil_kick" "amx_evilkick #%userid%" "b" "su"

They are the commands for evil admin when i get home i will post the ones to the other plugins you have there but these should keep ya going for now :p

GeoffWalls
10-10-2007, 03:23 AM
client commands is faded out, any idea of how i can enable it?

blobby
10-11-2007, 09:14 AM
Give your self the right flag in users.ini file m8 if that dosent work lemmy know :p

GeoffWalls
10-12-2007, 05:09 AM
alright i got it working. i wish it had a better menu layout but ill live.

GeoffWalls
10-12-2007, 02:49 PM
thats what i forgot. wheres the ticking time bomb? or is there not one for dod?