Page 1 of 1

Crosshair in ThirdPerson View

Posted: Thu Nov 17, 2016 2:13 pm
by G-Stuff002
Crosshairs are not available in this mode. Is it possible to make like here?: https://www.youtube.com/watch?v=QpBaqVyP0GE

Maybe have a script for this ?

Re: Crosshair in ThirdPerson View

Posted: Thu Nov 17, 2016 2:18 pm
by Eraser
You'll need to write a mod for that.

Re: Crosshair in ThirdPerson View

Posted: Thu Nov 17, 2016 2:25 pm
by G-Stuff002
This guy already have write a mod but i can not find him for downlod. Maybe someone have it?

Re: Crosshair in ThirdPerson View

Posted: Fri Dec 30, 2016 5:18 am
by Ganemi
All you would have to do is

if ( cg.renderingThirdPerson ) {
return;
}

disable that line of code in cg_draw.c, line 1931, then compile the cgamex86.dll.

Should even work on online servers that allow cheats.