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

Call TE_STREAKSPLASH


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 01-25-2020 , 11:55   Call TE_STREAKSPLASH
Reply With Quote #1

Hey everyone there.
I wanna call the message TE_STREAKSPLASH when hit zombie head.
In classic cs it's called automatically but in zombie mode it's not called.
I want to call it when we hit bullet on zombie head.
How to do it ?
Note. ZP Version - 4.3
Abhinash is offline
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 01-26-2020 , 15:03   Re: Call TE_STREAKSPLASH
Reply With Quote #2

Anyone please ?
Abhinash is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-26-2020 , 15:07   Re: Call TE_STREAKSPLASH
Reply With Quote #3

https://forums.alliedmods.net/showthread.php?t=310276

te_create_tracer_shower()
__________________

Last edited by OciXCrom; 01-26-2020 at 15:07.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Abhinash
Senior Member
Join Date: Jan 2015
Location: India,kolkata
Old 01-27-2020 , 11:00   Re: Call TE_STREAKSPLASH
Reply With Quote #4

Can you make me a complete plugin ?
Please ?
Abhinash is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-27-2020 , 13:19   Re: Call TE_STREAKSPLASH
Reply With Quote #5

This is not the requesta section. Try doing it yourself first and post the code if you have any issues.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LordDeath
Member
Join Date: Feb 2019
Old 01-27-2020 , 17:01   Re: Call TE_STREAKSPLASH
Reply With Quote #6

Code:
	RegisterHam(Ham_TakeDamage, "player", "fw_TakeDamage")
Code:
public fw_TakeDamage(victim, inflictor, attacker, Float:damage)
{	
const m_LastHitGroup = 75;
if (get_pdata_int( victim , m_LastHitGroup ) == HIT_HEAD) 
{
//your_code()
}
}
LordDeath 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 20:55.


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