Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: borzaka
Forum: Source Servers (SRCDS) 12-04-2020, 18:29
Replies: 7
Views: 2,116
Posted By borzaka
Re: Retakes(official) mode on my private server

It's a Casual:
game_type 0;
game_mode 0;

And you also have to set sv_skirmish_id 12
Forum: Plugins 07-24-2020, 10:42
Replies: 30
Views: 14,572
Posted By borzaka
Re: [CS:GO] Molotov Friendly Fire

Update your SourceMod to the latest stable:
https://www.sourcemod.net/downloads.php?branch=stable
Forum: Plugins 07-12-2020, 10:38
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

Could you check on this? I don't want ban reasons on the cheaters language :)

Yesterday a cheater from Slovakia got banned:


But I'am Hungarian, detekován doesn't mean anything to me :)
Forum: Source Servers (SRCDS) 07-05-2020, 17:42
Replies: 7
Views: 2,214
Posted By borzaka
Re: CSGO Server wont start.

My working command-line parameters:
./srcds_run -game csgo -usercon -strictportbind -ip x.x.x.x -port 27015 +clientport 27005 +tv_port 27020 +sv_setsteamaccount xxx -tickrate 128 +map de_dust2...
Forum: Plugins 07-05-2020, 15:57
Replies: 895
Views: 417,908
Posted By borzaka
Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-06-23)

Sure, set these:
rankme_points_kill_bonus_ct "0"
rankme_points_kill_bonus_tr "0"
Forum: Plugins 07-02-2020, 17:30
Replies: 19
Views: 10,664
Posted By borzaka
Re: [CSGO][PugSetup] RoundRestore

Couple of suggestions:

prefix is not always backup_round, it can be set to any custom by mp_backup_round_file cvar
I have multi instance servers, where I have to set this to different values to...
Forum: Plugins 06-29-2020, 16:07
Replies: 240
Views: 152,970
Posted By borzaka
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

Maybe sv_competitive_official_5v5 1
Forum: Plugins 06-23-2020, 14:35
Replies: 13
Views: 7,899
Posted By borzaka
Re: [CS:GO] Retakes Breaker

And even randomize the direction of the opening doors! :)
Forum: Plugins 06-23-2020, 11:01
Replies: 13
Views: 7,899
Posted By borzaka
Re: [CS:GO] Retakes Breaker

You are right, func_breakable_surf is not breaking the wooden window at de_mirage B site.
But I would add that code regardless. It can break other stuff, which is the main purpose of this plugin.
...
Forum: Plugins 06-22-2020, 17:32
Replies: 13
Views: 7,899
Posted By borzaka
Re: [CS:GO] Retakes Breaker

Try with this:
while ((ent = FindEntityByClassname(ent, "func_breakable_surf")) != -1)
{
AcceptEntityInput(ent, "Break");
}

Check other code regarding de_mirage and other maps, because maybe...
Forum: Plugins 06-22-2020, 12:24
Replies: 895
Views: 417,908
Posted By borzaka
Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.33.1 | 2020-06-20)

Download and update again, it has been fixed couple of days ago.
Forum: Plugins 06-19-2020, 11:16
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

I'am also using the 1.5.1 version, and the bans are shown correctly in SourceBans++

lilac_ban_status
==[Little Anti-Cheat 1.5.1]==
Checking ban plugins:
Material-Admin:
Loaded: No
...
Forum: Plugins 06-13-2020, 05:07
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

I don't think you should use translatable ban reasons. I don't know who wants the ban reason shown on the cheaters language :D
Kick reason could be on the clients language, but the ban reason...
Forum: Plugins 06-12-2020, 16:05
Replies: 639
Views: 338,779
Posted By borzaka
Re: [CS:GO] Deathmatch (v2.0.9, 2018-06-12)

You can edit the spawns; add new, and delete:
Type dm_spawn_menu in the console to open the spawn editor.
Forum: Plugins 06-12-2020, 14:46
Replies: 240
Views: 152,970
Posted By borzaka
Re: [CS:GO] Retakes (v0.3.2, 2016-4-6)

Here are the latest spawns (official GitHub repo):
https://github.com/splewis/csgo-retakes/tree/master/configs/retakes
Forum: Plugins 06-11-2020, 16:42
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

I think you can have that:

lilac_log "1" // Enable cheat logging.
lilac_log_extra "2" // 2 = Log extra information on everything.
lilac_log_misc "1" // Log when players are kicked for misc...
Forum: Plugins 06-11-2020, 16:14
Replies: 178
Views: 120,044
Posted By borzaka
Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)

The errors are back :( I have updated SteamWorks, yesterday was no errors, but today it's all over again.

L 06/11/2020 - 22:09:31: [discord.smx] SendNextMsg: Failed To Send Message
L 06/11/2020 -...
Forum: Plugins 06-10-2020, 17:08
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

// Detect Bhop.
// 0 = Disabled.
// 1 = Simplistic, ban on 10 Bhops.
// 2 = Advanced, ban on 5 Bhops depending on jump count, defaults to 10 on jump spam.
lilac_bhop "0"
Forum: Plugins 06-09-2020, 17:33
Replies: 178
Views: 120,044
Posted By borzaka
Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)

Thank you, that worked! No more flooding errors in the logs.
Forum: Plugins 06-09-2020, 16:49
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

120 seconds recently joined protection and 90 sec check sounds great! Thank you!



It looks a better implementation for me, but I'am not a SourceMod coder. I would check other implementation...
Forum: Plugins 06-08-2020, 16:08
Replies: 501
Views: 172,001
Posted By borzaka
Re: [ANY] Little Anti-Cheat

First of all, I would like to thank you for your hard work! Fighting against cheaters is a great and noble cause!

I started to use you plugin (GitHub version 1.5.1) a couple of days ago, but with...
Forum: Plugins 06-08-2020, 14:38
Replies: 178
Views: 120,044
Posted By borzaka
Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)

Thank you for your plugin, everything is working great! But I'am experiencing the same problem:



I'am also having this issue. 10 failed messages in every second.

L 06/08/2020 - 20:35:00:...
Forum: Source Servers (SRCDS) 06-05-2020, 18:04
Replies: 1
Views: 819
Posted By borzaka
Re: need help with cronjob script

You need this plugin: tAutoDemoUpload (https://forums.alliedmods.net/showthread.php?t=162912?t=162912)

Read carefully the comments as well, because this this is an old plugin, and not updated by...
Forum: Plugins 06-03-2020, 18:38
Replies: 86
Views: 30,743
Posted By borzaka
Re: [ANY] Smart Link Remover

Any update on fixing the whitelist? It doesn't work for me either.

My whitelist:
"SmartLinkRemover Whitelist"
{
"twitch.tv" ""
"mixer.com" ""
"youtube.com" ...
Forum: Plugins 06-03-2020, 18:11
Replies: 895
Views: 417,908
Posted By borzaka
Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)

rankme_announcer_admin ""

You can find at /cfg/sourcemod/kento.rankme.cfg
Showing results 1 to 25 of 28

 
Forum Jump

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


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