Hi
I write some code, but it doesn't work :C
Code:
get_user_info(id, "cl_crosshair_color", color, 31)
get_user_info(id, "cl_crosshair_translucent", trans, 31)
....
client_cmd(id, "cl_crosshair_color ^"%s^"",color);
client_cmd(id, "cl_crosshair_translucent %i",trans);
I turn off crosshair and I try to turn it on but it doesn't work. What I do wrong?
__________________