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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Peace-Maker
Forum: Extensions 02-15-2024, 02:19
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Ah, yes, we could add a flag to disable the caching of pre-hook parameters explicitly? It prevents more headache when it's on by default, but an opt-out sounds useful for union params like the...
Forum: Scripting 02-15-2024, 02:10
Replies: 7
Views: 699
Posted By Peace-Maker
Re: Detour AcceptInput

You're mixing declaration of "Functions" in the gamedata and manually setting up hooks in sourcepawn code. To use the function definition in your gamedata, use "DHookCreateFromConf" instead of...
Forum: News 03-29-2023, 20:17
Replies: 3
Views: 15,863
Posted By Peace-Maker
New Translation Workflow

Phrases for all languages have been moved into the repository (https://github.com/alliedmodders/sourcemod/tree/master/translations) and can be updated through pull requests.

The translation...
Forum: Plugins 01-20-2023, 10:17
Replies: 2,258
Views: 1,407,725
Posted By Peace-Maker
Re: [CSS/CS:GO] Weapon Restrict

The problem was fixed in the latest 1.12 build.

https://github.com/alliedmodders/sourcemod/commit/d5a26adc493d2dfe1919ab1ff619bfb0d404ee84
Forum: Plugins 11-14-2022, 10:20
Replies: 71
Views: 63,252
Posted By Peace-Maker
Re: [DEV] WebSocket Server - Direct connection between webbrowser and gameserver

The latest development version received another parameter on the incoming connection callback with the `GET /path` used in the connection. It's not included in any released binaries...
Forum: News 08-02-2022, 07:00
Replies: 9
Views: 16,992
Posted By Peace-Maker
Re: SourceMod 1.11 Now Stable

What makes you think the lite versions will go away?
There are other .mmdb geolocation data providers out there too if you don't want to register with maxmind.
Forum: Scripting 07-13-2022, 05:46
Replies: 8
Views: 1,611
Posted By Peace-Maker
Re: warning suppression in SM 1.11

There was a bug with reported lines for error reporting that was fixed a while ago. You can find a newer compiler for macOS in this standalone bundle containing only the scripting environment. Try...
Forum: Extensions 06-10-2022, 07:43
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

SourceMod only loads an extension if it's used by a plugin by default. Do you have a plugin installed which uses dhooks?
Forum: Extensions 02-27-2022, 16:45
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

You're on a linux server and the gamedata only supports that function on windows. The scope of the "windows" subsection is off causing it to still parse on linux, but not setting any attributes and...
Forum: Source Servers (SRCDS) 01-03-2022, 05:33
Replies: 300
Views: 312,863
Posted By Peace-Maker
Re: Source Admin Tool (HLSW Alternative)

I think the crashes were now fixed. Try a newer snapshot.

https://nightly.link/Drifter321/admintool/workflows/build/master
Forum: General 11-29-2021, 09:35
Replies: 3
Views: 1,117
Posted By Peace-Maker
Re: Declare arrays with using a variable for size

Try updating your server's sourcemod version. 6825 included related fixes.
Forum: General 11-29-2021, 07:11
Replies: 3
Views: 1,117
Posted By Peace-Maker
Re: Declare arrays with using a variable for size

Which compiler version and which runtime version are you using? There were fixes surrounding the sourcepawn heap recently in 1.11.
Forum: Extensions 11-21-2021, 08:51
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

No, the file is called the same and you probably replaced it already if you uploaded the extensions folder of the new sourcemod release. You can check the output of "sm exts list" for DHooks version...
Forum: Extensions 11-17-2021, 07:37
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

DHooks is now included with SourceMod 1.11.6820. Previous versions are unsupported.


Please use SourceMod's issue tracker (https://github.com/alliedmodders/sourcemod/issues) on GitHub for any new...
Forum: Scripting 11-15-2021, 10:53
Replies: 2
Views: 1,347
Posted By Peace-Maker
Re: Invalid plugin address

Do you have a link to said plugin?
Forum: Extensions 11-08-2021, 15:03
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

That looks like it's up and running. Are you looking at some old log entry before you had the extension installed? Check the timestamp. Otherwise post the output of "sm plugins list" as well please.
Forum: Extensions 11-08-2021, 09:43
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Could you paste the output of "sm exts list" and "sm version" from the server console please?
Forum: Scripting 08-31-2021, 04:59
Replies: 2
Views: 1,272
Posted By Peace-Maker
Re: Capture/Hook client voice chat on/off

Those forwards are available in SM1.11 by default! We really need a new release I guess :D
https://github.com/alliedmodders/sourcemod/pull/1247
Forum: Extensions 08-31-2021, 04:56
Replies: 87
Views: 58,410
Posted By Peace-Maker
Re: SourceTV Manager

You can fetch that info using this extension, but I'm not sure if there is a pre-made plugin doing that.
Forum: Scripting 07-23-2021, 03:23
Replies: 3
Views: 1,653
Posted By Peace-Maker
Re: possible to increase stringtable size?

Check out this idea by gubka, you might be able to adopt something. Not sure if you can increase the size of the whole table though.
https://forums.alliedmods.net/showthread.php?t=314962
Forum: Extensions 06-30-2021, 06:55
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

I've released a new version which includes a bunch of stability improvements thanks to the awesome crash reports by the community! Grab detours17 from the release post...
Forum: Extensions 06-28-2021, 11:28
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

The probem here is that both Functions sections are named the same, the arguments aren't important. All "Functions" sections in all loaded gamedata files are cached together due to a limitation in...
Forum: Extensions 06-26-2021, 04:51
Replies: 883
Views: 688,565
Posted By Peace-Maker
Re: DHooks (Dynamic Hooks - Dev Preview)

Dhooks itself doesn't do anything game specific that could break after an update. The plugins probably need updated gamedata.
Forum: Extensions 05-07-2021, 08:45
Replies: 87
Views: 58,410
Posted By Peace-Maker
Re: SourceTV Manager

Thanks to shqke (https://github.com/peace-maker/sourcetvmanager/pull/12), you'll always find the latest builds of sourcetvmanager...
Forum: Scripting 05-06-2021, 05:26
Replies: 5
Views: 1,356
Posted By Peace-Maker
Re: Problem with plugins written by me

The path shown in the error message is pointing to the source code location where the plugin was compiled from. It isn't used again after compilation. It's there to help you locate the source code to...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 00:02.


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