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