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

Glitching into CT, JailBreak


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Infinity
Junior Member
Join Date: Sep 2009
Old 05-15-2011 , 22:52   Glitching into CT, JailBreak
Reply With Quote #1

I'm just wondering if anyone knows how to block people glitching into the Counter-Terrorists team in JailBreak.

I've already locked the teams and blocked the console command "jointeam 02" and "jointeam 05"

There's still one person which can glitch himself into the CT team. I'm just wondering if there's another way to glitch into the CT team that can be blocked.
Infinity is offline
kingxd
Member
Join Date: May 2010
Old 05-15-2011 , 23:33   Re: Glitching into CT, JailBreak
Reply With Quote #2

amx_lock ct\auto

ban that person
kingxd is offline
Infinity
Junior Member
Join Date: Sep 2009
Old 05-16-2011 , 00:13   Re: Glitching into CT, JailBreak
Reply With Quote #3

I've already locked Team Auto and CT. I've also blocked the "jointeam" command with a plugin. They both are effective but the person is still glitching in.
Infinity is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-16-2011 , 07:43   Re: Glitching into CT, JailBreak
Reply With Quote #4

Do you know how they do it ?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
kingxd
Member
Join Date: May 2010
Old 05-16-2011 , 10:52   Re: Glitching into CT, JailBreak
Reply With Quote #5

They press M then they press On radio then they click 2 2 (twice) and thrie in ct
kingxd is offline
pRoxxxDD
Junior Member
Join Date: Feb 2011
Location: Ukraine
Old 05-16-2011 , 11:47   Re: Glitching into CT, JailBreak
Reply With Quote #6

"chooseteam" blocked?
__________________
pRoxxxDD is offline
Infinity
Junior Member
Join Date: Sep 2009
Old 05-16-2011 , 19:30   Re: Glitching into CT, JailBreak
Reply With Quote #7

Quote:
Originally Posted by drekes View Post
Do you know how they do it ?
No I don't, that's what I'm trying to find out here.

Quote:
Originally Posted by kingxd View Post
They press M then they press On radio then they click 2 2 (twice) and thrie in ct
The teams are locked, you aren't able to get on CT that way.

Quote:
Originally Posted by pRoxxxDD View Post
"chooseteam" blocked?
If you type "chooseteam 02" in console when the CT team is locked, you're still able to get into the CT team.
Infinity is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-16-2011 , 21:14   Re: Glitching into CT, JailBreak
Reply With Quote #8

Which plugin are you using to lock the teams ?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Beta
BANNED
Join Date: Apr 2011
Old 05-22-2011 , 05:42   Re: Glitching into CT, JailBreak
Reply With Quote #9

We are currently using Team Join Management to lock the teams to Terrorist only.
The admin then only transfers trusted people to CT. Although in console they can glitch themselves.

I was thinking of something like this:

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Team Blocker"
#define VERSION "1.0"
#define AUTHOR "Beta"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
         register_clcmd("jointeam 02","block");
}

public block() {

return PLUGIN_HANDLED
}
Beta 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 00:42.


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