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

Showing results 1 to 25 of 217
Search took 0.02 seconds.
Search: Posts Made By: dustinandband
Forum: General 06-04-2023, 00:46
Replies: 2
Views: 641
Posted By dustinandband
Re: [L4D2] Fast & Convenient (ADD-ON MAPS) - About!

option 1

Manage addon maps through a steam workshop collection. Have a helper script sync any updates / deletions from that one workshop collection.
This script syncs new, deleted, and...
Forum: Source Servers (SRCDS) 05-01-2023, 23:31
Replies: 1
Views: 1,116
Posted By dustinandband
Re: [L4D2]Server crash help, how do I analyze crash reports?

Not to derail your specific crash report - but I've been interested for some time in a user-friendly guide on how to analyze crash reports from https://crash.limetech.org/ . Maybe something that...
Forum: Scripting 04-17-2023, 18:45
Replies: 0
Views: 297
Posted By dustinandband
[L4D2] Edit names on round-end scoreboard

I'm curious if the end-round scoreboard (in survival specifically) can be edited to only display specific clients?

I'm looking to display only survivors on the round-end scoreboard. Sometimes...
Forum: Plugin/Gameplay Ideas and Requests 08-26-2022, 01:29
Replies: 2
Views: 1,386
Posted By dustinandband
Re: Bitcoin Plugin for l4d

This looks like hot garbage
Forum: Off-Topic 06-17-2022, 00:44
Replies: 0
Views: 862
Posted By dustinandband
delete

delete
Forum: Source Servers (SRCDS) 04-11-2022, 16:34
Replies: 6
Views: 1,834
Posted By dustinandband
Forum: Source Servers (SRCDS) 04-11-2022, 12:03
Replies: 6
Views: 1,834
Posted By dustinandband
Re: [L4D2] Auto checking update and downloading addons.

Better off using the version that also syncs deletions from a collection (not just additions / out-of-date stuff), so if you delete a map from your workshop collection the script will delete it on...
Forum: General 03-06-2022, 22:51
Replies: 13
Views: 3,060
Posted By dustinandband
Re: [L4D2] Crash on CNavArea::Contains(Vector const&) const + 0x13

@ Dragokas thanks appreciate that

Forgot to mention that I have the issue fixed on my servers, shqke wrote an extension that patches the issue. He didn't want to release it publicly since (his...
Forum: Unapproved Plugins 03-03-2022, 21:46
Replies: 10
Views: 6,814
Posted By dustinandband
Re: [ANY] Command Logger

Can a mod please unapprove this plugin? Just a few examples of why this needs to be unapproved:

If steam is down then clients are going to get kicked:


char sSteamAuth[56];
if...
Forum: Extensions 02-28-2022, 22:06
Replies: 421
Views: 274,505
Posted By dustinandband
Re: Accelerator - Crash Reporting That Doesn't Suck

Would it be possible to include an API / configuration setting within the website? I'm wanting new crash reports to automatically appear in a discord channel.
Forum: General 02-25-2022, 13:00
Replies: 13
Views: 3,060
Posted By dustinandband
Re: [L4D2] Crash on CNavArea::Contains(Vector const&) const + 0x13

There was an error about failing to find the return address of original function


L 02/25/2022 - 17:54:40: SourceMod error session started
L 02/25/2022 - 17:54:40: Info (map "c1m4_atrium") (file...
Forum: General 02-24-2022, 19:50
Replies: 13
Views: 3,060
Posted By dustinandband
[L4D2] Crash on CNavArea::Contains(Vector const&) const + 0x13

There appears to be an issue with charger navigation pathing that leads to crashes on my servers (about 3-6 crashes per week). It's worth mentioning too that I don't have any plugins installed that...
Forum: Source Servers (SRCDS) 12-02-2021, 11:13
Replies: 5
Views: 1,654
Posted By dustinandband
Re: [L4d2] c14m2_lighthouse crashing

Yeah I posted to discord and then to the forums; included a video too as demonstration:
https://steamcommunity.com/app/550/discussions/0/2841165820077942910/?ctp=237#c5704366794247061483

I found...
Forum: General 11-11-2021, 16:50
Replies: 6
Views: 4,032
Posted By dustinandband
Re: [L4D2] [Project] [WIP] Twitch Integration / Crowd Control / CEDAStudios

It would be easier to collaborate if you make a public Github repo for the project.
Forum: Scripting 11-06-2021, 20:33
Replies: 1
Views: 742
Posted By dustinandband
(steamworks) Receiving large Amounts of data

I'm experimenting with steamworks, trying to retrieve stats for a game via sourcepawn.

The problem is the buffer size I need to store all the stats. Everything I've tried hasn't worked so far.
...
Forum: Plugin/Gameplay Ideas and Requests 10-25-2021, 15:57
Replies: 20
Views: 8,722
Posted By dustinandband
Re: [request] [L4D2] Tankhud Panel Enhanced

Odd that the competitive framework version has the same return (https://github.com/Attano/L4D2-Competitive-Framework/blob/master/addons/sourcemod/scripting/spechud.sp#L139) without closing the...
Forum: Plugin/Gameplay Ideas and Requests 10-23-2021, 20:14
Replies: 20
Views: 8,722
Posted By dustinandband
Re: [request] [L4D2] Tankhud Panel Enhanced

After a quick 2 minute search:


new Handle:tankHud = CreatePanel();
if (!FillTankInfo(tankHud, true)) // No tank -- no HUD
return Plugin_Handled;


Handle tankHud gets created in a...
Forum: Source Servers (SRCDS) 09-07-2021, 13:24
Replies: 4
Views: 4,927
Posted By dustinandband
Re: [crash] Alarm clock ?!

Not sure if it's better to start a new thread or tack on an existing thread for the same topic that's almost a decade old, but we had this issue last night with 3 (out of our 11) servers -tokyo,...
Forum: Scripting 08-27-2021, 22:24
Replies: 4
Views: 1,763
Posted By dustinandband
Re: When should I be using "delete" on variables?

From the SM discord
https://i.imgur.com/Lg32rHI.png
Forum: General 08-23-2021, 00:22
Replies: 25
Views: 10,394
Posted By dustinandband
Re: [RELEASE | EDITOR] SourcePawn for Visual Studio Code

Love this extension; use it exclusively for large multi-file plugins. However...

Some documentation into the options / configuration settings would be helpful. Some examples..

1)
What does...
Forum: Scripting 07-30-2021, 10:06
Replies: 6
Views: 2,301
Posted By dustinandband
Re: [L4D2]Exception reported: Client index 0 is invalid

Had anyone seen a client index above the MacClients value? Just asking here cause I never check if a client index is below 32 and haven’t had any errors about that over the years, but wondering why...
Forum: Scripting 07-22-2021, 20:49
Replies: 10
Views: 2,794
Posted By dustinandband
Re: [L4D2 SERVER REWORK DDOS] Player Management by CanadaRox

Did sir block you on github as well? lol
Forum: SourceBans / SourceBans++ 07-01-2021, 00:48
Replies: 5
Views: 5,130
Posted By dustinandband
Re: Server are not showing.

Traced the issue and it seems like this is what's causing my problem (update from post #4 (https://forums.alliedmods.net/showpost.php?p=2750925&postcount=4))...
Forum: SourceBans / SourceBans++ 06-23-2021, 17:47
Replies: 5
Views: 5,130
Posted By dustinandband
Re: Server are not showing.

I'm having the same issue: https://i.imgur.com/v91SXlV.jpg .

Checked everything on the debugging connection (https://sbpp.dev/docs/debugging_connection/) guide, also verified:

1) !admin works...
Forum: Scripting 06-19-2021, 21:47
Replies: 1
Views: 771
Posted By dustinandband
Re: Saying "Welcome" To player who said "Hi" or "Hello"

You can use RequestFrame. Also should return Plugin_Continue at the end of your callback action.
Showing results 1 to 25 of 217

 
Forum Jump

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


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