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

Showing results 1 to 25 of 345
Search took 0.01 seconds.
Search: Posts Made By: pepe_thugs
Forum: SourceBans / SourceBans++ 05-02-2016, 12:04
Replies: 1,377
Views: 696,835
Posted By pepe_thugs
Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]

Yeah the last option it is the best way.
It will be great if the sourcebans have in webpanel one feature like that when the one admin is added choose one option to static ban times like AmxBans....
Forum: SourceBans / SourceBans++ 05-02-2016, 10:09
Replies: 1,377
Views: 696,835
Posted By pepe_thugs
Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]

Hello Guys.
It is possible to use custom ban times for each reason.
So i want to remove ban times menu and show the ban menu like that:

First: Ban Players Menu
Second: Ban Reason Menu

And in...
Forum: Plugins 04-25-2016, 08:14
Replies: 104
Views: 97,207
Posted By pepe_thugs
Re: [CSGO] Simple Match Plugin (v1.5-fix, 14-Apr-16)

Wrong Version sorry i never update.
So one more question cvar mp_limitteams 0 not should be mp_limitteams 5 ?
You dont know if it count Bots?
Forum: Plugins 04-24-2016, 14:52
Replies: 104
Views: 97,207
Posted By pepe_thugs
Re: [CSGO] Simple Match Plugin (v1.5-fix, 14-Apr-16)

Bug in the function: MoveKickNonReadyPlayers
Some times it kick all players in the server.
Forum: Plugins 04-13-2016, 18:50
Replies: 104
Views: 97,207
Posted By pepe_thugs
Re: [CSGO] Simple Match Plugin (v1.5-fix, 12-Apr-16)

Why you dont do use one "if" only:

if (WinningTeam == CS_TEAM_T)
{
if (GetClientTeam(client) == CS_TEAM_T)
{
if (CaptainCheck(client))
{
if (CanUseStay())
{
Forum: Plugins 04-11-2016, 14:20
Replies: 104
Views: 97,207
Posted By pepe_thugs
Re: [CSGO] Simple Match Plugin (v1.5, 01-Apr-16)

Niveh you have one Bug in your code.
You need to check captain team when the knife round end if not the other captain can use the stay or swap command.
Forum: Scripting 04-10-2016, 11:46
Replies: 4
Views: 1,355
Posted By pepe_thugs
Forum: Scripting 04-10-2016, 09:21
Replies: 4
Views: 1,355
Posted By pepe_thugs
Re: Server Crash "tv_stoprecord"

My tv settings is:


tv_maxclients 1
tv_clients 1
tv_nochat 0
tv_autoretry 1
tv_autorecord 0
tv_timeout 30
tv_delay 30
Forum: Scripting 04-09-2016, 18:57
Replies: 4
Views: 1,355
Posted By pepe_thugs
Server Crash "tv_stoprecord"

Hello Guys.
I have one competitive server and when i run in the plugin:

ServerCommand("tv_stoprecord");

My server goes down for a few seconds.
I run this command when the match end and if i...
Forum: SourceBans / SourceBans++ 03-23-2016, 09:25
Replies: 1,377
Views: 696,835
Posted By pepe_thugs
Re: [RELEASE] SourceBans++ (v1.5.4.2) [Updated: 2016-03-09]

It is possible to add in the next version static ban times ?
Or anyone can help to add this ?
Forum: Plugins 01-07-2016, 20:25
Replies: 1,792
Views: 1,005,803
Posted By pepe_thugs
Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>

Hello Versatile BFG.
It is possible to create a cvar when the "system ready" is off to start the match when the 10 players on the server?
Begins to map voting and then the knife round?
Forum: Scripting 01-05-2016, 11:21
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

Hello Guys.
I was able to return me values with this query in phpmyadmin:

SELECT bid
FROM %s_bans
WHERE ( ( type = 0
AND authid REGEXP '^STEAM_[0-9]:%s$')
OR ( ...
Forum: Scripting 01-04-2016, 08:40
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

And yesterday I had a mistake on my website saying that there were many connections databases. I wanted to do it otherwise.
Is it possible to create a "timer" to go run the second query a few...
Forum: Scripting 01-03-2016, 22:40
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

Thank you for all the attention and help.
I run the query but does not return me any value.
Only returns me value if it is the same "authid" in both tables.
I tried this:

SELECT A.bid
FROM...
Forum: Scripting 01-03-2016, 08:44
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

I'm trying to change the query's SourceBans to check two tables.
The original query is this:

FormatEx(Query, sizeof(Query), "SELECT bid FROM %s_bans WHERE ((type = 0 AND authid REGEXP...
Forum: Scripting 01-02-2016, 16:51
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

I try to run this in phpmyadmin :

SELECT * FROM sb_bans AS bans INNER JOIN sb_bansdisconect AS bansdisc ON bansdisc.authid = bans.authid WHERE ((bans.type = 0 AND bans.authid = 'STEAM_1:1:xxxxx'...
Forum: Scripting 01-02-2016, 14:53
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

Like This:

FormatEx(Query, sizeof(Query), "SELECT bid FROM sb_bans AS bans INNER JOIN sb_bansdisconect AS bansdisc ON bansdisc.authid = bans.authid WHERE ((bans.type = 0 AND bans.authid REGEXP...
Forum: SourceBans / SourceBans++ 01-01-2016, 12:55
Replies: 1,377
Views: 696,835
Posted By pepe_thugs
Re: [RELEASE] SourceBans++ (v1.5.3) [Updated: 2015-10-07]

Hello Sarabveer
I wanted my SourceBans check two tables when the client enters the server. I edited a query and put like this:

FormatEx(Query, sizeof(Query), "SELECT bid FROM %s_bans,...
Forum: Scripting 12-27-2015, 19:35
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

Please someone can help please?
Sorry for bump :(
Forum: Scripting 12-26-2015, 08:00
Replies: 14
Views: 2,675
Posted By pepe_thugs
Re: Check Two Tables Mysql

I will realized?
It's simple just do this:



FormatEx(Query, sizeof(Query), "SELECT bid FROM %s_bans, sb_bansdisconect WHERE ((type = 0 AND authid REGEXP '^STEAM_[0-9]:%s$') OR (type = 1 AND ip...
Forum: Scripting 12-25-2015, 11:55
Replies: 14
Views: 2,675
Posted By pepe_thugs
Check Two Tables Mysql

Hello guys
It is possible to check two tables in the database with the same query?
If so can you help me?

FormatEx(Query, sizeof(Query), "SELECT bid FROM %s_bans AND sb_bansdisconect WHERE...
Forum: Plugins 12-24-2015, 23:09
Replies: 97
Views: 42,607
Posted By pepe_thugs
Re: [ANY] Threaded Mysql Bans

I tried to modify the command plugin to "sm_tban" but not worked.
Can someone please help me?

#include <sourcemod>
#include <sdktools>
#define PLUGIN_VERSION "1.3 (enhanced)"

public...
Forum: Plugin/Gameplay Ideas and Requests 12-10-2015, 08:27
Replies: 5
Views: 861
Posted By pepe_thugs
Re: [REQ] Ban Disconnect

I want one plugin similiar to "MatchBan" but save bans in sql and save to a different database the sourcebans database.
Because i don't want to show these bans in sourcebans list.
Sorry my english...
Forum: Plugin/Gameplay Ideas and Requests 12-09-2015, 16:30
Replies: 5
Views: 861
Posted By pepe_thugs
[REQ] Ban Disconnect

Hello Guys.
I use the Pug Mod and i want one plugin to ban players if leave the server more than 5 minutes when the match is live and give the chance to the player return and if he don't return the...
Forum: Plugin/Gameplay Ideas and Requests 12-09-2015, 16:10
Replies: 16
Views: 5,092
Posted By pepe_thugs
Re: [CSGO] Leave Server And Get Banned/Cooldown

Ok i will try :)
Thank's for the reply.
Showing results 1 to 25 of 345

 
Forum Jump

All times are GMT -4. The time now is 14:48.


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