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 ?
Crosshair in ThirdPerson View
Re: Crosshair in ThirdPerson View
You'll need to write a mod for that.
-
- Posts: 55
- Joined: Tue Oct 11, 2016 4:22 pm
Re: Crosshair in ThirdPerson View
This guy already have write a mod but i can not find him for downlod. Maybe someone have it?
Re: Crosshair in ThirdPerson View
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.
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.