.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
Re: This plugin i dont want but cant find it
Old
  (#11)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: This plugin i dont want but cant find it - 01-03-2005

Copy and paste here the contents of Your file stats.ini (it's placed in ...cstrike\addons\amx\config directory).

Add to Your cstrike's config.cfg file (placed in ...\cstrike directory )this bind:
bind "'" "amxmodmenu"
(there is ' in quotes)
and start the game, then press " ' " button and see if You can open amxmodmenu. If no - it means' You don't have access rights to change any stats and other amx settings. If so - go to the second page and choose Stats Menu.

Last edited by KWo; 01-03-2005 at 09:52..
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#12)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 01-03-2005

Hey TGM, i dont know if i have admin rights, but like i can do stuff like slap the players an ask questions on the server an with the amx_vote command, stuff like that. The pics that u will see is the amx_statscfgmenu command and its 5 different pages that come with it, hopefully this might help u out. cheers
Attached Thumbnails
Click image for larger version

Name:	1-5 menu.JPG
Views:	421
Size:	68.6 KB
ID:	634  
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#13)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: This plugin i dont want but cant find it - 01-03-2005

Write in console:
meta list
and show us what You can see (copy and paste here).
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#14)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 02-03-2005

this is everything that on it in the pic
Attached Thumbnails
Click image for larger version

Name:	meta list.JPG
Views:	391
Size:	26.0 KB
ID:	635  
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#15)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: This plugin i dont want but cant find it - 02-03-2005

Go to Your ...addons\amx\config directory and copy and paste here contents of two files - stats.ini and plugins.ini .
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#16)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 02-03-2005

hey kwo. im school now so i cant get the files, i get it when i head back home, be like about 6 or so
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#17)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 02-03-2005

This is the stats.ini file

;Generated by Stats Configuration Plugin. Do not modify!
;Variable Description
RoundCounter ;Round Counter


This is the plugings.ini file

; AMX Mod plugins
; To disable any plugin, add a semi-colon ';' to the beginning of its line
; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)
; Note: you don't need to declare csstats.amx here (CSStats will load it)

language.amx ; language management
admin.amx ; admin base (required for any admin-related)
;admin_mysql.amx ; admin base - MySQL version (comment admin.amx)
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
restmenu.amx ; restrict weapons menu
mapsmenu.amx ; maps menu (vote, changelevel)
antiflood.amx ; prevent clients from chat-flooding the server
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
miscstats.amx ; bunch of events announcement for Counter-Strike
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
welcomemsg.amx ; console motd @ client connection
statsx.amx ; stats on death or round end (CSStats Module required!)
stats_logging.amx ; weapons stats logging (CSStats Module required!)
telemenu.amx ; teleport menu (Fun Module required!)
pausecfg.amx ; allows to pause and unpause some plugins
statscfg.amx ; allows to manage stats plugins via menu and commands
mapconfig.amx ; executes custom map configuration files

; Add custom plugins below
ut_killing_spree.amx ; allows sounds
statsx.amx ; stats
kill_announce.amx ; kill
humiliation.amx ; die
last_man.amx ; last man
ultimate_sound.amx ; sound
firstblood.amx ; firstblood
amx_spank2.amx ; spank sound
infinitemoney.amx ; monies


hope this all helps
  
Reply With Quote
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 01:33.. Reason: I M Dum
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#19)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: This plugin i dont want but cant find it - 03-03-2005

Little correction - some of them - like firstblood, knifekill, lastman or multikill - they ar included in this second stats plugin I was talking about few posts above - miscstats.
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#20)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 03-03-2005

it still stays the same when i removed the line

statsx.amx ; stats

both stats still come up. the one that i dont want and the one that i want. I know its the other path that shows both the stats, i was messin around an i know for sure know that the one path(the one under this line)shows both the stats, the one that i dont want and do want.

statsx.amx ; stats on death or round end (CSStats Module required!)

i rly duno wat else to do, any other ideas, please anyone, cheers
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com