Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 53
Search took 0.01 seconds.
Search: Posts Made By: Balloons
Forum: Plugins 06-12-2023, 23:04
Replies: 1,752
Views: 993,745
Posted By Balloons
Re: [L4D/L4D2] Infected Bots Control (1.0.0)

For some reason, the maps c8m3_sewers, c9m2_lots, and c11m3_garage have an issue with infected spawning after certain panic events as seen in console here:



Infected either continue spawning...
Forum: Source Servers (SRCDS) 04-06-2023, 01:22
Replies: 3
Views: 1,482
Posted By Balloons
Network settings for 20+ player server

Game is Left 4 Dead 2.

Server specs:
cpu: Intel® Xeon® E-2174G, 4 cores, 3.8ghz
ram: 64gb

Tickrate enabler installed with -tickrate 66

Network settings in server.cfg:
Forum: Plugins 04-02-2023, 15:41
Replies: 1,746
Views: 502,497
Posted By Balloons
Re: [L4D & L4D2] Mutant Tanks (v8.96, 12-25-2022)

Is there a way I can remove all particle effects on the tanks? I'm trying to find a way to reduce ping spikes as much as possible being that I run a 20+ survivor server lol. I've already removed all...
Forum: Extensions 03-27-2023, 23:39
Replies: 421
Views: 272,586
Posted By Balloons
Re: Accelerator - Crash Reporting That Doesn't Suck

I get this CDataCacheSection::Unlock(memhandle_t__*) crash at least once or twice a day and it appears to only happen at end of a map before the transition (l4d2)
...
Forum: Plugin/Gameplay Ideas and Requests 02-08-2023, 01:26
Replies: 2
Views: 1,124
Posted By Balloons
[L4D2] The Last Stand Spawn fix?

Hello, I was wondering if there was a fix via plugin or stripper on c14m1 for servers with 5+ survivors.

There are times at the beginning of the campaign when players load in, they spawn inside a...
Forum: Plugins 01-21-2023, 02:25
Replies: 2,033
Views: 1,114,340
Posted By Balloons
Re: [L4D & L4D2] Custom Player Stats v1.4B121

Is your webhost running PHP 8.0+ ?
Because that's the issue for me too. Player pages and Gameserver page only work on PHP 7.4 in modern template. I've already messaged Primeas about the issue.
Forum: Plugins 12-27-2022, 14:45
Replies: 1,746
Views: 502,497
Posted By Balloons
Re: [L4D & L4D2] Mutant Tanks (v8.96, 12-25-2022)

Healing while b/w issue seems to have been fixed. Thank you Psyk0tik:) Excellent work as always.
Forum: Plugins 12-21-2022, 13:44
Replies: 2,033
Views: 1,114,340
Posted By Balloons
Re: [L4D & L4D2] Custom Player Stats v1.4B121

So I'm having trouble with the player and gameserver pages after a clean installation. Every other page works fine except for those two.

Weird because I used to use the exact same setup for my...
Forum: Plugin/Gameplay Ideas and Requests 12-17-2022, 03:03
Replies: 4
Views: 729
Posted By Balloons
Re: sv_steamgroup_exclusive question

It appears that this did the trick.
Only thing was it only seemed to have worked with sv_hibernate_when_empty is set to 0. I tried using different values for sv_hibernate_postgame_delay with...
Forum: Plugin/Gameplay Ideas and Requests 12-16-2022, 23:47
Replies: 4
Views: 729
Posted By Balloons
Re: sv_steamgroup_exclusive question

Sorry, forgot to mention that it was Left 4 Dead 2.

Here is my attempt at a plugin that did not work

public OnPluginStart()
{
HookEvent("player_disconnect", PlayerDisconnect_Event);
}
Forum: Plugin/Gameplay Ideas and Requests 12-16-2022, 22:21
Replies: 4
Views: 729
Posted By Balloons
sv_steamgroup_exclusive question

I'm looking for a way to reinforce sv_steamgroup_exclusive 1 whenever my server is empty.

My server.cfg normally has it set to 1, but I have it change to 0 whenever a player from the Steam group...
Forum: Plugins 10-15-2022, 22:20
Replies: 1,746
Views: 502,497
Posted By Balloons
Re: [L4D & L4D2] Mutant Tanks (v8.95, 8-25-2022)

Neither. Both are set to "-1". I wasn't sure if the health rewards had to do with the healing.
Forum: Scripting 10-15-2022, 19:40
Replies: 6
Views: 816
Posted By Balloons
Re: Argument type mismatch?

Thank you for the suggestions. I managed to figure it out by changing some format functions. Probably not the ideal method, but it works for me.

void CheatCMD(int client, char[] command, int...
Forum: Scripting 10-15-2022, 11:57
Replies: 6
Views: 816
Posted By Balloons
Argument type mismatch?

It's been a while since I've worked on plugins, which is why I'm struggling with this simple edit.

Errors:
plugin.sp(287) : error 035: argument type mismatch (argument 3)
plugin.sp(291) : error...
Forum: Plugins 10-15-2022, 03:23
Replies: 1,746
Views: 502,497
Posted By Balloons
Re: [L4D & L4D2] Mutant Tanks (v8.95, 8-25-2022)

Unsure if it is a bug or not, but in coop, if a player is black & white and heals another player, the healer's black & white status mysteriously removes itself. Uninstalled plugin and everything is...
Forum: Plugins 09-22-2022, 13:57
Replies: 102
Views: 34,091
Posted By Balloons
Forum: Plugins 09-21-2022, 19:58
Replies: 102
Views: 34,091
Posted By Balloons
Re: [L4D2] Statistic and Ranking System (SRS) [v2.5 | 17 March 2022]

I managed to recreate the Score list using natives and Marttt's Scripted HUD, but I am flooded with these errors:
L 09/11/2022 - 10:29:50: [SM] Exception reported: Client index 2 is invalid (arg 7)...
Forum: Plugins 03-09-2022, 15:40
Replies: 76
Views: 29,741
Posted By Balloons
Re: [L4D2] Transition Restore Fix

In nosoop's github (https://github.com/nosoop/SMExt-SourceScramble/releases) for Sourcescramble, download the tar.gz package for Linux.
Forum: Plugins 12-01-2021, 16:16
Replies: 53
Views: 30,813
Posted By Balloons
Re: [ANY?] DU - Discord Utilities [2020/08/13]

Trying to compile discord_utilities.sp



Edit: Small brain moment. I was using old version.
Forum: Plugins 10-01-2021, 01:00
Replies: 94
Views: 39,411
Posted By Balloons
Re: [L4D & L4D2] ZSpawn: Zombie Spawn manager (v1.2.4)[23-Sep-2021]

Finales are working fine again but sometimes the plugin spawns extra (sometimes more than 3) tanks before the actual 2nd wave begins.
Forum: Plugins 09-03-2021, 20:42
Replies: 53
Views: 30,813
Posted By Balloons
Re: [ANY?] DU - Discord Utilities [2020/08/13]

Seeing how the chat relay module doesn't show messages that start with "!", is there a way to disable that? I want to add specific filters.
Forum: Plugins 08-22-2021, 22:36
Replies: 32
Views: 28,324
Posted By Balloons
Re: [L4D2] Scripted HUD [v1.0.2 | 01-May-2021]

So I tried adding a way to not show the names of muted players from the Speaking List using basecomm.inc.
I have a 5+ player coop server and the problem is if there is a muted player in game, some...
Forum: Plugins 06-19-2021, 14:05
Replies: 53
Views: 30,813
Posted By Balloons
Re: [ANY?] DU - Discord Utilities [2020/08/13]

Yes I have it running on my Left 4 Dead 2 server. Works like a charm.
Forum: Plugins 06-18-2021, 15:37
Replies: 35
Views: 19,331
Posted By Balloons
Re: [L4D2] Revive Patch

Gamedata broken on Linux since Update 2.2.1.3
Server crashes upon anything taking damage.

Edit: Here's New Gamedata with corrected Linux offset. Special thanks to Nuki for the fix.
Forum: Plugin/Gameplay Ideas and Requests 05-25-2021, 08:06
Replies: 3
Views: 1,106
Posted By Balloons
Re: Can a rank system be made?

Hello, I'm trying to make a plugin very similar to this Rank Chat prefix thing but I appear to have a conflict with the REGEX Word Filter plugin that I use for moderation purposes...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT -4. The time now is 09:59.


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