Raised This Month: $ Target: $400
 0% 

Disable blood animation.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 09-20-2021 , 04:50   Re: Disable blood animation.
Reply With Quote #2

Maybe this will help

PHP Code:
#include <amxmodx>

]public plugin_init() {
    
register_plugin("No Blood" ,"0.1""ConnorMcLeod")
    
register_message(SVC_TEMPENTITY"blood_message")
}

public 
blood_message() {
    if(!
get_pcvar_num(noblood))
        return 
PLUGIN_CONTINUE

    
static arg1 arg1 get_msg_arg_int(1)

    if(
arg1 == TE_BLOODSPRITE || arg1 == TE_BLOODSTREAM || arg1 == TE_BLOOD)
        return 
PLUGIN_HANDLED

    
return PLUGIN_CONTINUE

Not sure what you mean by blood animation though.
__________________
My plugin:

Last edited by Celena Luna; 09-20-2021 at 04:51.
Celena Luna is offline
 



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:40.


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