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

DHooks (Dynamic Hooks - Dev Preview)


Post New Thread Reply   
 
Thread Tools Display Modes
ipickedtheturtle001
Junior Member
Join Date: Sep 2019
Old 11-02-2019 , 11:40   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #721

Thanks for all the help guys.
I have decided to switch to windows I've received my windows server today.
ipickedtheturtle001 is offline
Addie
Junior Member
Join Date: Nov 2018
Old 11-18-2019 , 10:20   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #722

I'm messing up strings somewhere, both szParticleName and szAttachmentName always comes up empty. Any ideas? The rest work fine.

Spoiler


EDIT: Never mind, I'm supposed to use charptr here

Last edited by Addie; 11-18-2019 at 11:42.
Addie is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 11-20-2019 , 00:41   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #723

Hello people, I need an example for L4D1.

I need to hook whenever a Tank changes his survivor target (example, when he is pounding someone but someone else uses the minigun to distract him).

Tank's target is stored at GetEntPropEnt(attacker, Prop_Send, "m_hTargetEntity");
axelnieves2012 is offline
DigidyDOG
Junior Member
Join Date: Sep 2015
Location: I live in the USA
Old 11-20-2019 , 18:53   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #724

My dhooks is not working with this error I am on SM 1.10 the newest version from the fix for Shattered Web.

"[15] <FAILED> file "dhooks.ext.dll": Could not find interface: IBinTools" is what comes up for sm exts list
DigidyDOG is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 11-20-2019 , 19:16   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #725

Sure, there's something wrong. I've got logs:
L 11/21/2019 - 007:26: [SM] Unable to load plugin "togglemusic_dhook.smx": Required extension "dhooks" file("dhooks.ext") not running
L 11/21/2019 - 007:26: [SM] Unable to load plugin "firebulletsfix.smx": Required extension "dhooks" file("dhooks.ext") not running

Of course dhooks installed, SM newest
supertimor is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-20-2019 , 20:38   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #726

Quote:
Originally Posted by DigidyDOG View Post
My dhooks is not working with this error I am on SM 1.10 the newest version from the fix for Shattered Web.

"[15] <FAILED> file "dhooks.ext.dll": Could not find interface: IBinTools" is what comes up for sm exts list
Quote:
Originally Posted by supertimor View Post
Sure, there's something wrong. I've got logs:
L 11/21/2019 - 007:26: [SM] Unable to load plugin "togglemusic_dhook.smx": Required extension "dhooks" file("dhooks.ext") not running
L 11/21/2019 - 007:26: [SM] Unable to load plugin "firebulletsfix.smx": Required extension "dhooks" file("dhooks.ext") not running

Of course dhooks installed, SM newest
Quote:
Originally Posted by paulo_crash View Post
https://forums.alliedmods.net/showth...86#post2588686
paulo_crash is offline
DigidyDOG
Junior Member
Join Date: Sep 2015
Location: I live in the USA
Old 11-20-2019 , 22:33   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #727

Quote:
Originally Posted by paulo_crash View Post
Man you are good!
DigidyDOG is offline
lugaa
Senior Member
Join Date: Dec 2018
Old 11-23-2019 , 01:56   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #728

admin-allspec.smx (Admin all spec): Required extension "dhooks" file("dhooks.ext") not running

where is the bins of dhooks?
help me!
i installed dhooks-2.2.0-hg132-linux

SourceMod Version Information:
SourceMod Version: 1.10.0.6455
SourcePawn Engine: 1.10.0.6455, jit-x86 (build 1.10.0.6455)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Nov 18 2019 192:02
Built from: https://github.com/alliedmodders/sou...commit/e135eff
Build ID: 6455:e135eff
http://www.sourcemod.net/


Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/met...commit/6c8495f
Build ID: 971:6c8495f
Loaded As: Valve Server Plugin
Compiled on: Sep 2 2019
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
lugaa is offline
Dreams
Member
Join Date: Feb 2014
Old 11-23-2019 , 10:41   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #729

Quote:
Originally Posted by lugaa View Post
admin-allspec.smx (Admin all spec): Required extension "dhooks" file("dhooks.ext") not running

where is the bins of dhooks?
help me!
i installed dhooks-2.2.0-hg132-linux

SourceMod Version Information:
SourceMod Version: 1.10.0.6455
SourcePawn Engine: 1.10.0.6455, jit-x86 (build 1.10.0.6455)
SourcePawn API: v1 = 5, v2 = 12
Compiled on: Nov 18 2019 192:02
Built from: https://github.com/alliedmodders/sou...commit/e135eff
Build ID: 6455:e135eff
http://www.sourcemod.net/


Metamod:Source version 1.10.7-dev
Built from: https://github.com/alliedmodders/met...commit/6c8495f
Build ID: 971:6c8495f
Loaded As: Valve Server Plugin
Compiled on: Sep 2 2019
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/
Use from this post if you have SM version 1.10
Download file dhooks-2.2.0-detours9-sm110.zip (353.8 KB)
https://forums.alliedmods.net/showth...86#post2588686
Dreams is offline
Naleksuh
Member
Join Date: Dec 2018
Old 12-04-2019 , 00:10   Re: DHooks (Dynamic Hooks - Dev Preview)
Reply With Quote #730

I am also getting the IBinTools error. I have tried the original DHooks, the Xutax_Kamay version, and the "detours" version. All of them produced the same error, both with reloading the extension via "sm exts" and server restarting. I am using SM 1.10
Naleksuh is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:28.


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