Yeah i replaced the crosshair.
Is it possible to change the crosshair when i move?
i tried this
if (sv_accelerate.value ==0)
{
Draw_TransPic(220,60, Draw_CachePic ("gfx/crosshair.lmp"));
}
else if (sv_accelerate.value >=1 )
{
Draw_TransPic (220,60,Draw_CachePic("gfx/crosshair2.lmp"));
}
sv_accelerate doesn´t work
and i tried cl_forwardspeed too.
which command should i use?