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

hook ReloadEffect csgo not work


Post New Thread Reply   
 
Thread Tools Display Modes
client21
Senior Member
Join Date: Apr 2013
Old 10-18-2018 , 07:11   Re: hook ReloadEffect csgo not work
Reply With Quote #11

Quote:
Originally Posted by fragnichtnach View Post
Have you found a solution?
No.. Just i must use sdkhooks hook or weapon_reload, "ReloadEffect" don't worked, and no help.
And in csgo not work this AcceptEntityInput(client, "DispatchEffect");

For example, remember that this effects must working in csgo:

PHP Code:
GlassImpact
watersplash
TeslaZap
TeslaHitboxes
HelicopterMegaBomb
WaterSurfaceExplosion 
SetVariantString("WaterSurfaceExplosion");
AcceptEntityInput(client, "DispatchEffect");

But not work, stupid csgo.

Last edited by client21; 10-18-2018 at 07:15.
client21 is offline
fragnichtnach
AlliedModders Donor
Join Date: Oct 2008
Old 10-19-2018 , 03:08   Re: hook ReloadEffect csgo not work
Reply With Quote #12

Quote:
Originally Posted by client21 View Post
No.. Just i must use sdkhooks hook or weapon_reload, "ReloadEffect" don't worked, and no help.
And in csgo not work this AcceptEntityInput(client, "DispatchEffect");

For example, remember that this effects must working in csgo:

PHP Code:
GlassImpact
watersplash
TeslaZap
TeslaHitboxes
HelicopterMegaBomb
WaterSurfaceExplosion 
SetVariantString("WaterSurfaceExplosion");
AcceptEntityInput(client, "DispatchEffect");

But not work, stupid csgo.
Try to hook that one like this:
Code:
AddTempEntHook("DispatchEffect", Hook_DispatchEffect);
and
Code:
public Action Hook_DispatchEffect(const char[] te_name, const int[] players, int numClients, float delay)
{
}
fragnichtnach is offline
client21
Senior Member
Join Date: Apr 2013
Old 05-11-2019 , 11:10   Re: hook ReloadEffect csgo not work
Reply With Quote #13

Now even SDKHook_ReloadPost don't work (csgo).
Event just not called.
client21 is offline
Reply


Thread Tools
Display Modes

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 11:08.


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