glowingplayers?
I used search function and found some ways to make players glow, but ways are different. What is a good and easy way to make a player glow?
I want a player to say: /glow red , and then they start to glow red. I'm pretty sure it's: register_clcmd("say /glow red", "glowred" , right? and then make: public glowred(id) { CODE } If that's right, I'll be happy, I'm learning to code :d |
Re: glowingplayers?
yes that is it!
Code:
register_clcmd("say /glow red","glowred"); |
Re: glowingplayers?
but then on:
public glowred(id) { CODE } whats should the CODE be? (how do I actually make them glow on that command) Yay i actually remember that register_clcmd :) |
Re: glowingplayers?
|
Re: glowingplayers?
set_user_rendering(index,kRenderFxGlowShell,255,0,0,kRenderNorm al,25)
^^ glow red ^^ set_user_rendering(index,kRenderFxGlowShell,0,255,0,kRenderNorm al,25) ^^ glow green ^^ set_user_rendering(index,kRenderFxGlowShell,0,0,255,kRenderNorm al,25) ^^ glow blue ^^ correct? PS:how can I make it so that when a player types /glow <color> and they start glowing, it displays and message to everyone that <PLAYER> IS GLOWING <COLOR> ? |
Re: glowingplayers?
Quote:
Code:
|
Re: glowingplayers?
Thank you very much! After my GunGiver plugin, im making a glow with tooooooons of colors and stuff , so thx a TON
|
Re: glowingplayers?
oopz nvm there is already many glow plugins made but I'll keep that in mind just incase i ever need glow effect, +karma guys and thanks a ton :)
|
| All times are GMT -4. The time now is 10:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.