Raised This Month: $51 Target: $400
 12% 

CZ Bot Menu 2.2


Post New Thread Reply   
 
Thread Tools Display Modes
Hotrod Drunken Corpral
Junior Member
Join Date: Jul 2015
Old 07-28-2015 , 10:14   Re: CZ Bot Menu 2.2
Reply With Quote #51

I' new to being a server administrator and am having problems. I added this plugin to the amxmodx plugins folder and added the name to the plugins .ini. When I check amx_plugins in console I'm getting a bad load error for this plugin. Please help !!!
Hotrod Drunken Corpral is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-28-2015 , 10:23   Re: CZ Bot Menu 2.2
Reply With Quote #52

Do "amxx list" instead. This will most likely show you a better description of the error.
__________________

Mordekay is offline
Hotrod Drunken Corpral
Junior Member
Join Date: Jul 2015
Old 07-29-2015 , 14:59   Re: CZ Bot Menu 2.2
Reply With Quote #53

Here is all I get when I use that command:



] amxx list
AMX Mod X 1.8.3-dev+19c8b00
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "DS" Ehlert
Compiled: Jul 19 2014, 12:042
URL:http://www.amxmodx.org/
Core mode: JIT
Hotrod Drunken Corpral is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-29-2015 , 17:04   Re: CZ Bot Menu 2.2
Reply With Quote #54

You have to use tt the same way as amx_list. Eigther in the server console or as client with rcon.
__________________

Mordekay is offline
Hotrod Drunken Corpral
Junior Member
Join Date: Jul 2015
Old 07-31-2015 , 07:17   Re: CZ Bot Menu 2.2
Reply With Quote #55

I'm sorry to be so dumb ,but I don't understand what you mean.
Hotrod Drunken Corpral is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 07-31-2015 , 07:45   Re: CZ Bot Menu 2.2
Reply With Quote #56

Do this:
-join your server
-open the console
write:
Code:
rcon_password your rconpass here
rcon amxx list
Copy and paste the output here
__________________

Mordekay is offline
Hotrod Drunken Corpral
Junior Member
Join Date: Jul 2015
Old 08-04-2015 , 06:40   Re: CZ Bot Menu 2.2
Reply With Quote #57

Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.3-dev+ AMXX Dev Team adminhelp.amxx running
[ 4] Multi-Lingual System 1.8.3-dev+ AMXX Dev Team multilingual.am running
[ 5] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.8.3-dev+ AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx debug
[ 9] Plugin Menu 1.8.3-dev+ AMXX Dev Team pluginmenu.amxx paused
[ 10] Admin Chat 1.8.3-dev+ AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.3-dev+ AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.3-dev+ AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.3-dev+ AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.8.3-dev+ AMXX Dev Team adminvote.amxx running
[ 15] TimeLeft 1.8.3-dev+ AMXX Dev Team timeleft.amxx running
[ 16] NextMap 1.8.3-dev+ AMXX Dev Team nextmap.amxx running
[ 17] Pause Plugins 1.8.3-dev+ AMXX Dev Team pausecfg.amxx running
[ 18] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx running
[ 19] Restrict Weapons 1.8.3-dev+ AMXX Dev Team restmenu.amxx running
[ 20] StatsX 1.8.3-dev+ AMXX Dev Team statsx.amxx running
[ 21] Galileo 1.1.290 Brad Jones galileo.amxx debug
[ 22] UAIO (Admin Menu) 1.50 xeroblood/$uicid uaio_admin.amxx debug
[ 23] UAIO Manager 2.1 $uicid3 uaio_manager.am debug
[ 24] Admin Spectator ESP 1.3 KoST admin_spec_esp. debug
[ 25] round_money 0.7 SweatyBanana round_money.amx debug
[ 26] Ultimate Sounds 1.7 Dizzy / Bmann_42 ultimate_sounds debug
[ 27] Advanced Roll The Dice v2.5 RC 4 Striker roll_the_dice.a debug
[ 28] unknown unknown unknown amx_adminmodel. bad load
[ 29] Flash Remote Control 12.0 OT flashbang_remot running
[ 30] unknown unknown unknown jukebox.amxx bad load
[ 31] unknown unknown unknown amx_cZbotmenu.a bad load
( 2 Load fails: Plugin file open error (plugin "amx_adminmodel.amxx")

( 30) Load fails: Plugin uses an unknown function (name "get_cvarptr_num") - check your modules.ini.
( 31) Load fails: Plugin file open error (plugin "amx_cZbotmenu.amxx")
31 plugins, 27 running
Hotrod Drunken Corpral is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-04-2015 , 06:50   Re: CZ Bot Menu 2.2
Reply With Quote #58

Make sure the file is in the plugins-folder and is named the same way like in your plugins.ini. If your server is running on linux names are case-sensitive.
And for the future, please post outputs in [code][/code] tags. It makes it easier to read them.
__________________


Last edited by Mordekay; 08-04-2015 at 06:53.
Mordekay is offline
Hotrod Drunken Corpral
Junior Member
Join Date: Jul 2015
Old 08-04-2015 , 13:34   Re: CZ Bot Menu 2.2
Reply With Quote #59

Thank you for you help very much! I had the z capitalized. I'm running a Linux sever. It's now working.
Hotrod Drunken Corpral is offline
Ricky
Senior Member
Join Date: Jul 2005
Old 06-07-2017 , 20:42   Re: CZ Bot Menu 2.2
Reply With Quote #60

This plugin causes crashes sometimes with csdm when a player joins a team and a bot is kicked to make room for that player. Does anyone know a more efficient way to kick the bot?
Ricky is offline
Reply



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


All times are GMT -4. The time now is 01:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode