-
-
Notifications
You must be signed in to change notification settings - Fork 27
[Feature]: Add on crash uploaded SourceMod forward #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit c7efce2 Author: caxanga334 <[email protected]> Date: Sat Nov 22 22:35:24 2025 -0300 Fix Error commit e8acf9f Author: caxanga334 <[email protected]> Date: Sat Nov 22 22:23:57 2025 -0300 Fix Possible Memory Leak commit 51e7189 Author: caxanga334 <[email protected]> Date: Sat Nov 22 22:13:55 2025 -0300 Add Upload Forward
sapphonie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine enough, please respond to the review comments. I think I'd also like to see an example plugin using the .inc somewhere, other than that this looks great. Thanks for the PR!
Forward notifies plugins when the extension is done uploading. Plugins can fetch data from uploaded crashes via natives. Added example plugin.
Kenzzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! Just a few nitpicks
Removed timer example. Added example of how to handle plugin late loads.
|
Okay yay |
Description
Adds a SourceMod forward for when a crash is uploaded.
Closes #26