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

[HELP] Server trouble!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Vipes
Member
Join Date: May 2012
Old 05-14-2012 , 16:59   [HELP] Server trouble!
Reply With Quote #1

I'm having a few problems with my server. Some I don't know how to fix.

1. Admin list not working.
I typed in the two server admins in "admins_simple"
Code:
"STEAM_0:0:Numbers Here" "99:z" "Vipes"
"STEAM_0:0:Numbers Here" "99:z" "Lynx"
We both used sm_admin ingame and said we do not have the privileges to.

2. No Fall Damage & No Drown Damage
For some reason I'm getting no fall damage, or drown damage. I don't even have plugins for them.

3. Caber Invisibility
The Caber, once used becomes invisible in the hand until the Demoman returns to a supply locker.

4. Nominate Crash
It seems the plugin from UMC likes to crash randomly when used. Sometimes it crashes, sometimes it doesnt.

5. Built In Voting still shows up.
I have the UMC Package as well as Map Rate. They show up first, then right after the built in Voting System for TF2 pops up.

6. Horsemann is Invisible
Self explanitory.

Here is a list of all my plugins:

addadmin.smx
addtime.smx
Admin Custom Votes.smx
admin-flatfile.smx
adminhelp.som
AdminList.smx
adminmanager.smx
adminmenu.smx
adminsmite.smx
aimnames.smx
antiflood.smx
autochangemap.smx
basebans.smx
basechat.smx
basecomm.smx
basetriggers.smx
basevotes.smx
bethehorsemann.smx
BrokenBottleBleed.smx
cd_announcer.smx
clientprefs.smx
DrunkenHeal.smx
endround.smx
enter_sounds.smx
falsemessages.smx
firstblood_crits.smx
funcommands.smx
funvotes.smx
HeadShotRandomSound.smx
highfive_enemy.smx
horsemann.smx
ignite.smx
IntelTimer.smx
ipchatblock.smx
jetpack.smx
joinspam.smx
killersinfo.smx
maprate.smx
MeleeDare.smx
nextmap.smx
nospam.smx
perm_alltalk_vote.smx
playercommands.smx
pluginmanager.smx
pregamemayhem.smx
propdance.smx
prophunt.smx
reloadmap.smx
reservedslots.smx
rocket.smx
rtd-0.3.smx
saysounds.smx
ScrambleTeams.smx
simple-chatme.smx
simple-chatprocessor.smx
sm_doublejump.smx
sm_evilhealth.smx
sm_freezeall.smx
sm_godclip_root.smx
sm_goto.smx
sounds.smx
SpyTalk.smx
suicidenotifier.smx
superslap.smx
tempban.smx
tf_carterta.smx
TF2 Sentry Immunity.smx
TF2 Spy Disguised Speed.smx
tf2_f2p_reserved.smx
tf2funcvars.smx
tf2items_manager.smx
tfdodgeball.smx
umx-adminmenu.smx
umc-core.smx
umc-echonextmap.smx
umc-endvote.smx
umc-endvote-warnings.smx
umc-maprate-reweight.smx
umc-nominate.smx
umc-randomcycle.smx
umc-rockthevote.smx
umc-votecommand.smx
vog_wildride.smx
WhosFree.smx
zm_stuck.smx

Last edited by Vipes; 05-14-2012 at 17:01.
Vipes is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 05-14-2012 , 17:45   Re: [HELP] Server trouble!
Reply With Quote #2

1. You've specified a password for those SteamIDs (which, as it says in admins_simple, is pretty pointless if using SteamID authentication) so you need to type setinfo "KEY" "PASSWORD" into your client console before you can use admin. Again, since you're using SteamID authentication (which is good) I'd recommend just removing the passwords.

2. PropHunt blocks drown damage on Scouts (and maybe Pyros too). If you have it enabled, it will do that.

5. Set sv_allow_votes 0 to disable TF votes.

As for everything else, I'm not sure. Those are some strange glitches I've not heard about...try disabling everything (except base SourceMod plugins) and slowly loading in new plugins to find out what exactly is causing those bugs.
__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)

Last edited by MasterOfTheXP; 05-14-2012 at 17:45.
MasterOfTheXP is offline
Vipes
Member
Join Date: May 2012
Old 05-14-2012 , 17:59   Re: [HELP] Server trouble!
Reply With Quote #3

Quote:
Originally Posted by MasterOfTheXP View Post
1. You've specified a password for those SteamIDs (which, as it says in admins_simple, is pretty pointless if using SteamID authentication) so you need to type setinfo "KEY" "PASSWORD" into your client console before you can use admin. Again, since you're using SteamID authentication (which is good) I'd recommend just removing the passwords.
Oooooh.. that was passwords.. I was assuming they were Admin names. Woops

Quote:
Originally Posted by MasterOfTheXP View Post
2. PropHunt blocks drown damage on Scouts (and maybe Pyros too). If you have it enabled, it will do that.
Every single class does it. I was thinking the PropHunt Plugin would detect if it was a PropHunt map, and if not, it'd turn off, just like the Dodgeball plugin. Is there a way to make PH detect it? It's not PropHunt.

Quote:
Originally Posted by MasterOfTheXP View Post
5. Set sv_allow_votes 0 to disable TF votes.
Thanks. Can I put it in the target line like this?
Code:
C:\TF2Server\orangebox\srcds.exe -console -game tf -hostport 27015 +sv_lan 0 +maxplayers 24 +map ctf_2fort +sv_allow_votes 0
Quote:
Originally Posted by MasterOfTheXP View Post
As for everything else, I'm not sure. Those are some strange glitches I've not heard about...try disabling everything (except base SourceMod plugins) and slowly loading in new plugins to find out what exactly is causing those bugs.
The Headless, I may have to read about the two plugins I have that use him. Prehaps I missed or overlooked a file. Headless now appears normally. Odd..

Last edited by Vipes; 05-14-2012 at 22:14.
Vipes is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 05-14-2012 , 22:06   Re: [HELP] Server trouble!
Reply With Quote #4

Quote:
Originally Posted by Vipes View Post
Thanks. Can I put it in the target line like this?
Code:
C:\TF2Server\orangebox\srcds.exe -console -game tf -hostport 27015 +sv_lan 0 +maxplayers 24 +map ctf_2fort +sv_allow_votes 0
Yes, but I don't see a reason why you wouldn't just put it in your server.cfg.
__________________
Dr. McKay 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 10:41.


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