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

[CS:S/CS:GO] CT Bans


Post New Thread Reply   
 
Thread Tools Display Modes
Warheart
Member
Join Date: Mar 2011
Location: In my room.
Old 02-19-2013 , 16:49   Re: [CS:S] CT Bans
Reply With Quote #111

Hello.

I cant download ur plugin because it says always this: "Plugin failed to compile! Please try contacting the author."

So plz fix this...
__________________
-|FJB|- Zombie Escape/Survival | 173.199.79.219:27015
-|FJB|- Minigame | 173.199.74.180:27015
-|FJB|- Warcraft | 173.199.79.135:27015
Warheart is offline
Send a message via MSN to Warheart Send a message via Skype™ to Warheart
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 02-19-2013 , 23:50   Re: [CS:S] CT Bans
Reply With Quote #112

Quote:
Originally Posted by Warheart View Post
Hello.

I cant download ur plugin because it says always this: "Plugin failed to compile! Please try contacting the author."

So plz fix this...
Why don't you compile it yourself?


Anyway here: https://mega.co.nz/#!vYACwTyI!BUEX7h...NMXIb_elIRVnEw

Last edited by nomy; 02-19-2013 at 23:54.
nomy is offline
valamideus
Member
Join Date: Jun 2011
Old 02-23-2013 , 10:45   Re: [CS:S] CT Bans
Reply With Quote #113

I put the plugin on my server CS:GO, chose mysql, but when I try to ban ct, the player can return to CT. How can I fix this?
valamideus is offline
K0Killer2
SourceMod Donor
Join Date: Aug 2012
Location: Florida
Old 02-24-2013 , 13:23   Re: [CS:S] CT Bans
Reply With Quote #114

Quote:
Originally Posted by valamideus View Post
I put the plugin on my server CS:GO, chose mysql, but when I try to ban ct, the player can return to CT. How can I fix this?
Same thing was happening to me. It was spewing out invalid handle errors. I was able to make it work by changing the following.

Replaced
PHP Code:
UTIL_TeamMenu(client)
{
    new 
clients[1];
    new 
Handle:bf;
    
clients[0] = client;
    
bf StartMessage("VGUIMenu"clients1);
    
    if (
GetUserMessageType() == UM_Protobuf)
    {
        
PbSetString(bf"name""team");
        
PbSetBool(bf"show"true);
    }
    else
    {
        
BfWriteString(bf"team"); // panel name
        
BfWriteByte(bf1); // bShow
        
BfWriteByte(bf0); // count
    
}
    
    
EndMessage();
    
    if (
bf != INVALID_HANDLE)
    {
        
CloseHandle(bf);
    }

With
PHP Code:
UTIL_TeamMenu(client)
{
    new 
clients[1];
    new 
Handle:bf;
    
clients[0] = client;
    
bf StartMessage("VGUIMenu"clients1);
    
    if (
GetUserMessageType() == UM_Protobuf)
    {
        
PbSetString(bf"name""team");
        
PbSetBool(bf"show"true);
    }
    else
    {
        
BfWriteString(bf"team"); // panel name
        
BfWriteByte(bf1); // bShow
        
BfWriteByte(bf0); // count
    
}
    
    
EndMessage();


Last edited by K0Killer2; 02-24-2013 at 14:32.
K0Killer2 is offline
databomb
Veteran Member
Join Date: Jun 2009
Location: california
Old 02-24-2013 , 14:03   Re: [CS:S] CT Bans
Reply With Quote #115

Only the
PHP Code:
    if (bf != INVALID_HANDLE)
    {
        
CloseHandle(bf);
    } 
portion should not be in there. That could be interfering with the ability to restrict players. For those saying it didn't work in CS:GO, remember to check your error log file next time and try the newest version of the plugin.
__________________
databomb is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 03-03-2013 , 15:47   Re: [CS:S/CS:GO] CT Bans
Reply With Quote #116

Won't compile at web, also you should mention that SM 1.5+ is required.
__________________
retired
shavit is offline
Jizzy
Member
Join Date: Dec 2010
Old 03-04-2013 , 14:54   Re: [CS:S/CS:GO] CT Bans
Reply With Quote #117

Quote:
Originally Posted by shavit View Post
Won't compile at web, also you should mention that SM 1.5+ is required.
Yes, please fix the links.

Really need this!
__________________
Jizzy is offline
MrBrightSide
Member
Join Date: Jun 2011
Old 03-05-2013 , 05:19   Re: [CS:S/CS:GO] CT Bans
Reply With Quote #118

Hello Everyone, sorry for just stopping the web interface i was in the middle of moving to Michigan when i started this little boredom project, but i finally settle down and found a job and now have more time on my hands. so i will try and get that finish soon. once again sorry for the dead stop on it.
MrBrightSide is offline
DantedaN
Junior Member
Join Date: May 2011
Old 03-05-2013 , 16:15   Re: [CS:S/CS:GO] CT Bans
Reply With Quote #119

Don't work for me.
No error, but when I load it I have only two "freezebomb" in the admin menu (No team ban..)
Sm version 1.5.0 on linux dev 3785

[IMG]http://**************/scaled/landing/11/ctban.png[/IMG]

Last edited by DantedaN; 03-05-2013 at 16:15.
DantedaN is offline
DantedaN
Junior Member
Join Date: May 2011
Old 03-08-2013 , 11:47   Re: [CS:S/CS:GO] CT Bans
Reply With Quote #120

The end of the development of this plugin ?

Too bad for jailbreak servers !
DantedaN 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 12:42.


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