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

Subplugin Submission [ZP] Extra Item: Soldier UqZ v1.7


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff        Approver:   Hawk552 (427)
Kiske
Veteran Member
Join Date: May 2009
Old 08-02-2009 , 22:32   [ZP] Extra Item: Soldier UqZ v1.7
Reply With Quote #1

Use this: http://forums.alliedmods.net/showthr...20#post1627520

Last edited by Kiske; 01-07-2012 at 15:15. Reason: Update Version
Kiske is offline
Send a message via Skype™ to Kiske
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 08-02-2009 , 22:35   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #2

1. You are not allowed to post .amxx files, even inside archives.

2. Use .zip instead of .rar
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Kiske
Veteran Member
Join Date: May 2009
Old 08-02-2009 , 22:40   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #3

Quote:
Originally Posted by Exolent[jNr] View Post
1. You are not allowed to post .amxx files, even inside archives.

2. Use .zip instead of .rar
Ok ;)
__________________

Kiske is offline
Send a message via Skype™ to Kiske
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 08-03-2009 , 11:07   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #4

Another Super Hero.....for Zombie Mod =.=''
__________________
5c0r-|3i0 is offline
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 08-03-2009 , 11:27   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #5

PHP Code:
zp_uqz_glow_red 0 // Color Glow Red
zp_uqz_glow_green 255 // Color Glow Green
zp_uqz_glow_blue 255 // Color Glow Blue 
-->

PHP Code:
zp_uqz_glow "0 255 255" // RGB 
PHP Code:
zp_uqz_aura_red 0 // Color Aura Red
zp_uqz_aura_green 255 // Color Aura Green
zp_uqz_aura_blue 255 // Color Aura Blue 
-->

PHP Code:
zp_uqz_aura "0 255 255" // RGB 
PHP Code:
zp_uqz_dmg_enable 1 // Damage Enable
zp_uqz_dmg_multiplier 3.0 // Damage Multiplier x3 
-->

PHP Code:
zp_uqz_dmg_multiplier 3.0 // 1.0 = disabled 
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 08-03-2009 , 12:06   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #6

PHP Code:
client_print(playerprint_chat"[ZP] You have to wait a start mode for buy Soldier UqZ."
->

PHP Code:
client_print(playerprint_chat"[ZP] You have to wait for a new round to be a Soldier UqZ."

---


PHP Code:
show_hudmessage(0"%s buy a Soldier UqZ"name
->

PHP Code:
show_hudmessage(0"%s bought a Soldier UqZ"name
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
Kiske
Veteran Member
Join Date: May 2009
Old 08-03-2009 , 18:31   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #7

Quote:
Originally Posted by crazyeffect View Post
PHP Code:
client_print(playerprint_chat"[ZP] You have to wait a start mode for buy Soldier UqZ."
->

PHP Code:
client_print(playerprint_chat"[ZP] You have to wait for a new round to be a Soldier UqZ."
---


PHP Code:
show_hudmessage(0"%s buy a Soldier UqZ"name
->

PHP Code:
show_hudmessage(0"%s bought a Soldier UqZ"name
Done.! Thx.

Quote:
Originally Posted by Alucard^ View Post
PHP Code:
zp_uqz_dmg_enable 1 // Damage Enable
zp_uqz_dmg_multiplier 3.0 // Damage Multiplier x3 
-->

PHP Code:
zp_uqz_dmg_multiplier 3.0 // 1.0 = disabled 
Done.! Thx.

Sorry for speak Spanish.
No se como definir 3 colores en 1 Cvar sola.
__________________

Kiske is offline
Send a message via Skype™ to Kiske
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
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 08-03-2009 , 20:45   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #9

I wanna know too!

Unknown Quiz Zipper?
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 08-03-2009 , 20:54   Re: [ZP] Extra Item: Soldier UqZ v1.1
Reply With Quote #10

Quote:
Originally Posted by crazyeffect View Post
I wanna know too!

Unknown Quiz Zipper?
hahahahahha xD

UqZ is an Argentine team. Dedicated to Zombie Plague
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
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 02:36.


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