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

Basic Admin Tool


Post New Thread Reply   
 
Thread Tools Display Modes
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-23-2007 , 06:30   Re: Basic Admin Plugin
Reply With Quote #1071

Quote:
Originally Posted by EKS View Post
My bad, i thought it was a VAC message. But its from the BAT sig scanner code i belive. Is the server hosted on by someone else that would prevent read access to the .so files?
All the files are owned by the same user, and all files has the "read" flag.
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
1695
Senior Member
Join Date: Jan 2006
Old 08-23-2007 , 06:32   Re: Basic Admin Plugin
Reply With Quote #1072

erf yeah I post in the right section :

Quote:
08/21/2007 - 15:17:53 - ERROR: All hell is loose, some client with no steamid is here, this normaly happens if a plugin does ServerExecte() server will likely crash now

I guess that's not normal... (figures in BAT logs)
then you replied :
Quote:
Thats extremly bad, im assuing your server crashes after this. What other plugins are there? Just becuse BAT prints the error does not mean it was BAT`s fault.
then I replied :
Quote:
No seerver don't crash after the error message...

Running SM and several other plugins... But always worked before the alst SM build...

Also, mapconfig is not working...
so yeah, right section and still bug.
1695 is offline
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-23-2007 , 07:33   Re: Basic Admin Plugin
Reply With Quote #1073

Quote:
Originally Posted by 1695
Also, mapconfig is not working...
If you think about this:
Quote:
Q) Can i execute a map specific config file?
A) Yes, place it in <gamemod>/cfg/mapconfig/<mapname>.cfg ( cstrike/cfg/mapconfig/de_dust2.cfg )
I'm oppose, this working. I've made a de_nuke.cfg that set a custom hostname, and it worked well.

*Edit*
EKS: there's a mistake in the documentation:
Quote:
Q) Can i execute a map specific config file?
A) Yes, place it in <gamemod>/cfg/modconfig/<mapname>.cfg ( cstrike/cfg/mapconfig/de_dust2.cfg )
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-23-2007 , 09:44   Re: Basic Admin Plugin
Reply With Quote #1074

Quote:
Originally Posted by Sup_R_m@N View Post
If you think about this:

I'm oppose, this working. I've made a de_nuke.cfg that set a custom hostname, and it worked well.

*Edit*
EKS: there's a mistake in the documentation:
Thx nice catch.

Quote:
Originally Posted by Sup_R_m@N View Post
All the files are owned by the same user, and all files has the "read" flag.
Hmm, im i right in assuming its nix? Also are there any other error BAT log entrys above?
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
1695
Senior Member
Join Date: Jan 2006
Old 08-23-2007 , 10:17   Re: Basic Admin Plugin
Reply With Quote #1075

yeah well, last beta, and commands like :

sm plugins unload dm_equipment.smx
gg_enable

===> FAILED (do nothing) (and I saw the error in docs, that was quite obvious :p)
1695 is offline
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-23-2007 , 11:06   Re: Basic Admin Plugin
Reply With Quote #1076

Quote:
Originally Posted by EKS View Post
Hmm, im i right in assuming its nix? Also are there any other error BAT log entrys above?
As I said, if it exists, it's always in the 1st line of the log file. I think it's only happen on the (re)start of the servers. (I compared the server uptimes and the log)
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
EKS
Veteran Member
Join Date: Mar 2004
Location: Norway
Old 08-23-2007 , 17:15   Re: Basic Admin Plugin
Reply With Quote #1077

Quote:
Originally Posted by 1695 View Post
yeah well, last beta, and commands like :

sm plugins unload dm_equipment.smx
gg_enable

===> FAILED (do nothing) (and I saw the error in docs, that was quite obvious :p)
No idea what your talking about.

Quote:
Originally Posted by Sup_R_m@N View Post
As I said, if it exists, it's always in the 1st line of the log file. I think it's only happen on the (re)start of the servers. (I compared the server uptimes and the log)
I think i got it.

Quote:
BAT 1.5.0 RC1
- Fixed: Signature finding base address on nix would fail
__________________
Github archive for plugins, the repos for the other c++ projects are there to.
EKS is offline
Sup_R_m@N
Member
Join Date: Nov 2004
Location: Hungary, Budapest
Old 08-23-2007 , 19:46   Re: Basic Admin Plugin
Reply With Quote #1078

The previous error msg is fixed fine, but now here's something really exotic, straight from the adminlog_08-24-2007.log:
Code:
08/24/2007 - 01:13:58 - ERROR: dlsym() failed for function "CBaseTeleport" with error: "/media/sdb1/gamesrv/css/server0/cstrike/bin/server_i486.so: undefined symbol:
No idea, what is it, but it's in the 1st line too, and generated after I was connected to the server, not directly on the server startup.


Code:
08/24/2007 - 01:17:29 - ERROR! There is no translation for 'MenuRconMenu' for your language(hu), defaulting English
...
08/24/2007 - 01:17:35 - ERROR! There is no translation for 'MapChangeCountDown' for your language(hu), defaulting English
So 2 lines still missing from the HU translation (altough MapChangeCountDown exists in the .dat file):
Code:
MenuRconMenu = RCON Menu
MapChangeCountDown = [BAT] Palyavaltas ide: %s %.0f masodperc mulva
Some other interesting things:
Code:
[BAT] admin_nextmap - Beallitja a kovetkezo palyat a szerveren (Egyben leallitja a palya vegi szavazast is) 
08/24/2007 - 01:30:11 - ERROR! There is no translation for 'CmdVoteDisc' for your language(hu), defaulting English
[BAT] admin_vote - This command shows a vote to all players 
08/24/2007 - 01:30:11 - ERROR! There is no translation for 'CmdpSayDisc' for your language(hu), defaulting English
[BAT] admin_psay - This command allows you to send private messages to other players 
08/24/2007 - 01:30:11 - ERROR! There is no translation for 'CmdVoteKickDisc' for your language(hu), defaulting English
[BAT] admin_votekick - Allows none admin players to vote for kicking of a spesfic player 
08/24/2007 - 01:30:11 - ERROR! There is no translation for 'CmdVoteKickDisc' for your language(hu), defaulting English
[BAT] admin_voteban - Allows none admin players to vote for kicking of a spesfic player 
[BAT] admin_gag - Le lehet tiltani, hogy hasznalja a say/say_team parancsokat (vagyis a chatet)
BUT, there're correct lines in the translation.dat, so maybe it's BAT failure. I tried the german version too, and it can't write out the admin_nextmap's help, because it looks (again) for admin_vote.

And it didn't write anything in the adminlog because of these missing help-strings.

Anyway, please add to bat_language all the languages are available in the translation.dat.

That's all I've found yet.
Sup_R_m@N is offline
Send a message via MSN to Sup_R_m@N
exadeci
New Member
Join Date: Aug 2007
Old 08-23-2007 , 21:52   Re: Basic Admin Plugin
Reply With Quote #1079

well my question can seems noobish but, how do you use/launch it ?
Because I've pasted all the files in the folders and even tried to put exec BATConfig.cfg, but it doesn't work.... It says "unknown command:admin" and it's the same with any other command
exadeci is offline
misfit
Member
Join Date: Aug 2007
Location: upstate New York
Old 08-24-2007 , 00:28   Re: Basic Admin Plugin
Reply With Quote #1080

I use "admin_menu" and haven't had any trouble at all.

do you have addons/bat/bin/bat_mm in your addons/metamod/metaplugins.ini file?

have you followed the right format for adding admins in the addons/bat/users.ini file?

These are the only files I've had to fiddle with to get BAT running perfectly and I've had no trouble with it at all.

Hats off to you, EKS. Great work, thank you. :-)
misfit 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 04:41.


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