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

Blood Color/Amount Management


Post New Thread Reply   
 
Thread Tools Display Modes
Shadow Of Death
Senior Member
Join Date: Jun 2005
Old 10-15-2011 , 17:49   Re: Blood Color/Amount Management
Reply With Quote #71

I dont know why, but if i activate this plugin the violence settings off all players will change to 0. No one can saw the blood.
So i add an "Client debug" for this plugin.

Just added...
PHP Code:
public client_connectid )  
{  
    
client_cmd(id"violence_ablood 6");
    
client_cmd(id"violence_agibs 6");
    
client_cmd(id"violence_hblood 6");
    
client_cmd(id"violence_hgibs 6");

and it will fine ;).
__________________
Shadow Of Death is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-15-2011 , 18:16   Re: Blood Color/Amount Management
Reply With Quote #72

The plugin doesn't mess with client's setting, so what you get is not related to this plugin.

Your code is bad. I don't see any reason to do that and for your informations such cvars are booelans.
__________________
Arkshine is offline
Shadow Of Death
Senior Member
Join Date: Jun 2005
Old 10-15-2011 , 19:51   Re: Blood Color/Amount Management
Reply With Quote #73

For your information.

1. i told my violence and other player violence settings are on 6
2. if i activate this plugin the violence is forced on all clients to 0
3. if i deactivate the plugin the violence gone back to 6

4. btw 6 is the right value for this cvar... and is not a boolean (since 1.0.0.1)

edit: but you are right the plugin dosn't change this cvar... thats make me confuse...
__________________

Last edited by Shadow Of Death; 10-15-2011 at 19:56.
Shadow Of Death is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-16-2011 , 01:26   Re: Blood Color/Amount Management
Reply With Quote #74

I dont understand what is this plugin does, Can anybody explain it?
__________________
Snaker beatter is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-16-2011 , 03:05   Re: Blood Color/Amount Management
Reply With Quote #75

Quote:
btw 6 is the right value for this cvar... and is not a boolean (since 1.0.0.1)
http://elxdraco.net/scripting/cvarlist/

Such cvars are to toggle alien/human's blood/gibs used for example in UTIL_ShouldShowBlood() or CBaseMonster::GibMonster(). Writing 6 makes no sense at all.
__________________
Arkshine is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 09-02-2014 , 07:05   Re: Blood Color/Amount Management
Reply With Quote #76

This plugin doesnt seems to be working, atleast for me.
Syturi0 is offline
skz
Senior Member
Join Date: Jul 2014
Location: Portugal
Old 09-02-2014 , 11:08   Re: Blood Color/Amount Management
Reply With Quote #77

Quote:
Originally Posted by Syturi0 View Post
This plugin doesnt seems to be working, atleast for me.
Because you don't even know how to install a plugin
__________________
skz is offline
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 09-02-2014 , 13:25   Re: Blood Color/Amount Management
Reply With Quote #78

Quote:
Originally Posted by skz View Post
Because you don't even know how to install a plugin
teach me senpai
Syturi0 is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 03-05-2018 , 05:53   Re: Blood Color/Amount Management
Reply With Quote #79

Is it possible to make random color blood everytime?
__________________
CrAzY MaN is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 03-06-2018 , 12:36   Re: Blood Color/Amount Management
Reply With Quote #80

Quote:
Originally Posted by CrAzY MaN View Post
Is it possible to make random color blood everytime?
write_byte(random_num (127,256))??
iceeedr is offline
Send a message via Skype™ to iceeedr
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 20:55.


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