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

NO SPEC!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-21-2013 , 08:48   NO SPEC!!!
Reply With Quote #1

In my server, they spec, I don't wanna block them, but I want a plugin that when they go to spec they will automatically transfered to CT.
Thanks
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 09-21-2013 , 09:39   Re: NO SPEC!!!
Reply With Quote #2

Quote:
I don't wanna block them, but I want a plugin that when they go to spec they will automatically transfered to CT.
Technically this is blocking.
Just search for Team Managment by Exolent.
__________________
Kia is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-21-2013 , 12:48   Re: NO SPEC!!!
Reply With Quote #3

Quote:
Originally Posted by Kia View Post
Technically this is blocking.
Just search for Team Managment by Exolent.
I know most of the AMXX Plugins, including TM by Exolent, what I need is unique here: Any user goes to spec automatically goes to CT.
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 09-21-2013 , 12:55   Re: NO SPEC!!!
Reply With Quote #4

this thing will cause a big issue.

I will keep joining spec team, and the server will return me to CT.

if i did this many time, it will kick everyone for "reliable channel overflowed"
sami_spt is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 09-21-2013 , 13:11   Re: NO SPEC!!!
Reply With Quote #5

Something like this:
PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_init()
{
    
register_plugin("I""Love""Boobies")
    
    
register_event("TeamInfo""OnTeamInfo""a")
}

public 
OnTeamInfo()
{
    new 
id read_data(1)
    if(!
is_user_connected(id)) return;
    
    new 
zsTeam[32]
    
read_data(2zsTeam31)
    switch(
zsTeam[0])
    {
        
//case 'C':
        //case 'T':
        
case 'S':
        {
            if(
pev_valid(id) == 2set_pdata_int(id11425);
        }
            }

__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-21-2013 , 14:36   Re: NO SPEC!!!
Reply With Quote #6

Yeah Sami is right, so Yokomo if possible to make it like if a player joined spec again before X second, he will get warning first time then ban?
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife 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 13:30.


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