Raised This Month: $ Target: $400
 0% 

Request Biohazard infection effect


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
eLLectro
Junior Member
Join Date: Nov 2023
Old 12-10-2023 , 17:38   Request Biohazard infection effect
Reply With Quote #1

Can someone give the plugin or help me how to put the infection effect from zombie plague with blood particles on biohazard mode?
watch the video to see the effect I'm talking about: https://youtube.com/clip/Ugkx-dAMV1t...ZRyouIKxNB0NW2
eLLectro is offline
Uzviseni Bog
Senior Member
Join Date: Jun 2020
Old 12-11-2023 , 05:46   Re: Request Biohazard infection effect
Reply With Quote #2

Try

PHP Code:
    if (get_pcvar_num(cvar_infectionparticles))
    {
        
message_begin(MSG_PVSSVC_TEMPENTITYorigin)
        
write_byte(TE_PARTICLEBURST// TE id
        
write_coord(origin[0]) // x
        
write_coord(origin[1]) // y
        
write_coord(origin[2]) // z
        
write_short(50// radius
        
write_byte(70// color
        
write_byte(3// duration (will be randomized a bit)
        
message_end()
    } 

Last edited by Uzviseni Bog; 12-11-2023 at 05:47.
Uzviseni Bog is offline
eLLectro
Junior Member
Join Date: Nov 2023
Old 12-11-2023 , 08:48   Re: Request Biohazard infection effect
Reply With Quote #3

Quote:
Originally Posted by Uzviseni Bog View Post
Try

PHP Code:
    if (get_pcvar_num(cvar_infectionparticles))
    {
        
message_begin(MSG_PVSSVC_TEMPENTITYorigin)
        
write_byte(TE_PARTICLEBURST// TE id
        
write_coord(origin[0]) // x
        
write_coord(origin[1]) // y
        
write_coord(origin[2]) // z
        
write_short(50// radius
        
write_byte(70// color
        
write_byte(3// duration (will be randomized a bit)
        
message_end()
    } 
where do i put this? how do i make it work?
eLLectro is offline
Uzviseni Bog
Senior Member
Join Date: Jun 2020
Old 12-11-2023 , 10:16   Re: Request Biohazard infection effect
Reply With Quote #4

If it's not a problem, leave biohazard.sma, I will add that function there.
Uzviseni Bog is offline
eLLectro
Junior Member
Join Date: Nov 2023
Old 12-11-2023 , 10:25   Re: Request Biohazard infection effect
Reply With Quote #5

here it is , thank you
Attached Files
File Type: sma Get Plugin or Get Source (biohazard.sma - 36 views - 64.3 KB)
eLLectro is offline
Uzviseni Bog
Senior Member
Join Date: Jun 2020
Old 12-11-2023 , 11:58   Re: Request Biohazard infection effect
Reply With Quote #6

Sorry, and biohazard.cfg
Uzviseni Bog is offline
eLLectro
Junior Member
Join Date: Nov 2023
Old 12-11-2023 , 12:17   Re: Request Biohazard infection effect
Reply With Quote #7

Quote:
Originally Posted by Uzviseni Bog View Post
Sorry, and biohazard.cfg

Sorry, i forgot
Attached Files
File Type: cfg biohazard.cfg (3.2 KB, 19 views)
eLLectro is offline
eLLectro
Junior Member
Join Date: Nov 2023
Old 12-16-2023 , 15:54   Re: Request Biohazard infection effect
Reply With Quote #8

thank you.
eLLectro 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 16:09.


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