Thread: [Subplugin Submission] [ZP] Extra Item: Soldier UqZ v1.7
View Single Post
Starsailor
horrible hahah
Join Date: Aug 2008
Location: Buenos Aires
Old 08-03-2009 , 19:50   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #8

PHP Code:
new pColor
    
    
//..
    
pColor register_cvar("zp_uqz_glow_color","255 0 255")// Red Green Blue
    //...
    
    
new szPcvarColor[16]
    
get_pcvar_string(pColor,szPcvarColor,15)
    
    new 
szRed[4], szBlue[4],szGreen[4], iRediGreeniBlue
    parse
(szPcvarColorszRed3szGreen3szBlue3)
    
    
iRed clamp(str_to_num(szRed), 0255)
    
iGreen clamp(str_to_num(szGreen), 0255)
    
iBlue clamp(str_to_num(szBlue), 0255

    
set_user_rendering(idkRenderFxGlowShelliRediGreeniBluekRenderNormal20

And..

Only for curiosity, what is uqz?
__________________
Find my plugins here..

Ex - Spanish Moderator.

Last edited by Starsailor; 08-03-2009 at 19:55.
Starsailor is offline