How would I make the user glow red, and there speed be fast.
I'm also going to add very good aiming, and more ammo in there weapon, later on in the code.
Here is my code so far. (I'm at the begging of it)
PHP Code:
#include <amxmodx>
#define PLUGIN "Champ is here"
#define VERSION "1.0"
#define AUTHOR "Phantom Warrior"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_concmd("amx_champ", "cmdchamp", ADMIN_LEVEL_A, "Makes the user have lots of powers.")
}