View Single Post
Re: This plugin i dont want but cant find it
Old
  (#18)
The Goomba Mattress
Member
 
The Goomba Mattress's Avatar
 
Status: Offline
Posts: 45
Join Date: Mar 2004
Location: The Mushroom Kingdom
Default Re: This plugin i dont want but cant find it - 03-03-2005

There's one problem: the StatsX plugin is being loaded twice. Remove the line:

statsx.amx ; stats

from the "Add custom plugins below" part in your plugins.ini file. It's already being loaded in the part with the default AMX plugins. Try amx_statscfgmenu again after removing the line from plugins.ini and see if that was the problem.

EDIT: Come to think of it, you shouldn't need any of the following plugins listed in your plugins.ini either:

ut_killing_spree.amx ; allows sounds
kill_announce.amx ; kill
humiliation.amx ; die
last_man.amx ; last man
ultimate_sound.amx ; sound
firstblood.amx ; firstblood

All of these are included in the StatsX plugin. Go ahead and remove them (or simply comment them out by placing a ';' in from the of the line) from your plugins.ini file.

Last edited by The Goomba Mattress; 03-03-2005 at 00:33.. Reason: I M Dum
  
Reply With Quote