Raised This Month: $ Target: $400
 0% 

novice requesting help on glow plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WAR_Nuker
New Member
Join Date: Jul 2007
Old 07-13-2007 , 14:50   Re: novice requesting help on glow plugin
Reply With Quote #1

alright i eventually figured it out but now i want to make glows that involve multiple shells like police and rainbow.


Code:
 
public cmdGlowPolice(id) {
 
 
 if( !get_cvar_num("sv_glow") ) {
 
  client_print(id, print_chat, "[AMXX] Sorry, GAIO (Glow All in One) is disabled!")
 
  return PLUGIN_HANDLED
 }
 
 if( !is_user_alive(id))  {
 
  client_print(id, print_chat, "[AMXX] You must be alive in order to glow!" )
 
  return PLUGIN_HANDLED
 }
 
 if( g_GlowColor[id] == GLOW_POLICE) {
 
  client_print(id, print_chat, "[AMXX] You are already glowing police!" )
 
  return PLUGIN_HANDLED
 }
 
 client_print(id, print_chat, "[AMXX] You are now glowing police!" )
 
 g_GlowColor[id] = GLOW_POLICE
 
 set_user_rendering(id, kRenderFxGlowShell, 255, 0, 0, kRenderNormal, 26)
 
 return PLUGIN_HANDLED
}
how would i manipulate this bit of code to make glowpolice (red and blue shells simultaneously)?

Last edited by WAR_Nuker; 07-13-2007 at 14:58.
WAR_Nuker is offline
Reply



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 21:32.


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