hey, how could I input an DEFINED name in client_cmd command. I've got alot of client_cmd commands with same functions in it, so not to change them every time I decided to make an DEFINE
PHP Code:
#define COLOR "255 255 255"
client_cmd(id, "cl_crosshair_color <<<DEFINED COLOR HERE>>> ")
Don't say just write an define with cl_crosshair_color, because I don't want to :p
EDIT: or should I do like:
PHP Code:
client_cmd(id, "cl_crosshair_color %i", COLOR)