Raised This Month: $32 Target: $400
 8% 

Color Code Of Golden Color


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 08-28-2019 , 16:00   Color Code Of Golden Color
Reply With Quote #1

hi coders.

i am using this plugin which allows to glow a color on vip.
i want to make a golden color for both teams to glow.
can anybody help me out?

i got the code of golden color but i was having problem to compile so i used a HUD_COLOR

PHP Code:
#include <amxmodx>  
#include <amxmisc>  
#include <cstrike>   
#include <fun>  
#include <hamsandwich>  

#define PLUGIN "VIP Glow"  
#define VERSION "1.0"  
#define AUTHOR "Author"  

new const VIP_ACCESS ADMIN_LEVEL_H 

public plugin_init()   
{  
    
register_plugin(PLUGINVERSIONAUTHOR)  
    
RegisterHam(Ham_Spawn"player""PlayerPostSpawn"1);  
}  

public 
PlayerPostSpawn(id)  
{      
    if(
is_user_alive (id) && get_user_flags(id) & VIP_ACCESS)  
        
set_user_rendering(idkRenderFxGlowShellcs_get_user_team(id) == CS_TEAM_CT 2550cs_get_user_team(id) == CS_TEAM_CT 255 0kRenderNormal16)

New Which I Edited For Color

PHP Code:
#include <amxmodx>  
#include <amxmisc>  
#include <cstrike>   
#include <fun>  
#include <hamsandwich>  

#define PLUGIN "VIP Glow"  
#define VERSION "1.0"  
#define AUTHOR "Author"  

new const VIP_ACCESS ADMIN_LEVEL_H 
// Color For VIP Glow
new const HUD_COLOR[3] = {25525585}

public 
plugin_init()   
{  
    
register_plugin(PLUGINVERSIONAUTHOR)  
    
RegisterHam(Ham_Spawn"player""PlayerPostSpawn"1);  
}  

public 
PlayerPostSpawn(id)  
{      
    if(
is_user_alive (id) && get_user_flags(id) & VIP_ACCESS)  
        
set_user_rendering(idkRenderFxGlowShellcs_get_user_team(id) == CS_TEAM_CT HUD_COLOR[1], cs_get_user_team(id) == CS_TEAM_CT ?  HUD_COLOR[1] : 0kRenderNormal16)

thanks in advance
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod

Last edited by DON KHAN 1; 08-28-2019 at 16:24.
DON KHAN 1 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 08-28-2019 , 16:17   Re: Color Code Of Golden Color
Reply With Quote #2

So where's the script?
__________________
Relaxing is offline
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 08-28-2019 , 16:19   Re: Color Code Of Golden Color
Reply With Quote #3

oh sorry but i updated code by myself check this n tell if it will work please
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-28-2019 , 16:22   Re: Color Code Of Golden Color
Reply With Quote #4

google.com -> rgb color wheel
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 08-28-2019 , 16:28   Re: Color Code Of Golden Color
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post
google.com -> rgb color wheel
thank you for quick reply but can u check code that i posted by adding HUD_COLOR? will it work?
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 is offline
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 08-28-2019 , 16:46   Re: Color Code Of Golden Color
Reply With Quote #6

PHP Code:
set_user_rendering(idkRenderFxGlowShell255255 ,0kRenderNormal16
LearninG is offline
thEsp
BANNED
Join Date: Aug 2017
Old 08-28-2019 , 16:46   Re: Color Code Of Golden Color
Reply With Quote #7

Of course not. How are you expecting it to work with 2 rgb params?
thEsp is offline
DON KHAN 1
Senior Member
Join Date: Mar 2019
Location: Pakistan
Old 08-28-2019 , 16:54   Re: Color Code Of Golden Color
Reply With Quote #8

Quote:
Originally Posted by LearninG View Post
PHP Code:
set_user_rendering(idkRenderFxGlowShell255255 ,0kRenderNormal16
thank you for answer & ThEsp you too
__________________
Facebook
My YouTube
Ro{Y}aL WarLanD CommuniTy
Selling Zombie CSO 4.3 Money System Mod
DON KHAN 1 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 08:31.


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