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

5/5/2011 Update


Post New Thread Reply   
 
Thread Tools Display Modes
Xaphan
SourceMod Donor
Join Date: Jun 2008
Old 05-06-2011 , 01:10   Re: 5/5/2011 Update
Reply With Quote #31

Also any plugin using ChangeClientTeam crashes server.
__________________
Xaphan is offline
oneshot23
Senior Member
Join Date: Feb 2009
Old 05-06-2011 , 01:10   Re: 5/5/2011 Update
Reply With Quote #32

Ynot and I have tested the kill and explode. However the chooseteam for some reason can not be blocked. Also keep in mind that using admin commands to change teams will not work either.
__________________
oneshot23 is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 05-06-2011 , 01:12   Re: 5/5/2011 Update
Reply With Quote #33

Quote:
Originally Posted by spiffty View Post
and uploaded KAC to block the team swap commands.
your server must have magical smerf powers because the kac cvar isnt working on anyone elses server Ive been in contact with. Maybe only works for zombiemod
__________________
Happy Happy Joy Joy

sinblaster is offline
joshtrav
Senior Member
Join Date: Sep 2009
Old 05-06-2011 , 01:12   Re: 5/5/2011 Update
Reply With Quote #34

You need to block kill, spectate, and jointeam 1
__________________

joshtrav is offline
TheAvengers
BANNED
Join Date: Mar 2011
Old 05-06-2011 , 01:13   Re: 5/5/2011 Update
Reply With Quote #35

how many more of these updates are there going to be lol.
TheAvengers is offline
hicks16
New Member
Join Date: May 2011
Old 05-06-2011 , 01:15   Re: 5/5/2011 Update
Reply With Quote #36

Valve has released a faulty Update. ANY SERVER you go into all you have to do is 1) type kill in console 2) type spectate in console 3) switch teams while alive.

Doing any of these will crash EVERY server. I tested this out on all different types of servers. Stock maps, iceworlds, gungames, skoutzknives, etc. Even servers without plugins are crashing. THIS IS NOT A MM OR SM issue, this is a Valve issue
hicks16 is offline
centran
Junior Member
Join Date: Dec 2010
Old 05-06-2011 , 01:17   Re: 5/5/2011 Update
Reply With Quote #37

Code:
#include <sourcemod>
#pragma semicolon 1
#define PLUGIN_VERSION "0.1-lm"

public Plugin:myinfo =
{
	name = "blockkill",
	author = "LumiStance",
	version = PLUGIN_VERSION,
	description = "Plugin for blocking kill cmd",
	url = "http://srcds.LumiStance.com/"
};

public OnPluginStart()
{
	RegConsoleCmd("kill", Command_Kill);
	RegConsoleCmd("explode", Command_Kill);
	RegConsoleCmd("spectate", Command_Kill);
}

public Action:Command_Kill(client, args)
{
	return Plugin_Stop;
}
Now all we need to figure out is that pesky switching teams. I tried blocking chooseteam, jointeam, joinclass. I think we need to hook the suicide event and block it.
Zombie:Reloaded somehow blocks against it. The answer lies in their code.
centran is offline
Ynot
Member
Join Date: Jun 2010
Old 05-06-2011 , 01:18   Re: 5/5/2011 Update
Reply With Quote #38

Code:
kac_addcmd kill 0
kac_addcmd chooseteam 0
kac_addcmd "jointeam 1" 0
kac_addcmd "jointeam 3" 0
kac_addcmd explode 0
kac_addcmd spectate 0
Currently that's what I have.. Anything else.
Ynot is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 05-06-2011 , 01:20   Re: 5/5/2011 Update
Reply With Quote #39

Quote:
Originally Posted by hicks16 View Post
Valve has released a faulty Update. ANY SERVER you go into all you have to do is 1) type kill in console 2) type spectate in console 3) switch teams while alive.

Doing any of these will crash EVERY server. I tested this out on all different types of servers. Stock maps, iceworlds, gungames, skoutzknives, etc. Even servers without plugins are crashing. THIS IS NOT A MM OR SM issue, this is a Valve issue

wow you're quick.
__________________
Happy Happy Joy Joy

sinblaster is offline
Rizla
SourceMod Donor
Join Date: Jun 2010
Old 05-06-2011 , 01:23   Re: 5/5/2011 Update
Reply With Quote #40

anyone else having issues on gungame?
Rizla 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 19:29.


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