Hey there, it's been awhile since I came here.
So anyway I'm trying to figure out how to add a crosshair to the painsaw. This is for unpure servers only, so it should be possible. I got (read: stole) the tga from the mgdev-textures-02.pk3 file I downloaded off of MG Dev server. I put it in gfx/2d inside of a new pk3, and added this line to crosshairs.shader in scripts -
1 gfx/2d/crosshair-psaw
2 {
3 {
4 map gfx/2d/crosshair-psaw.tga
5 blendfunc blend
6 rgbgen const ( 0.0 0.8 1.0 )
7 alphagen const 0.35
8 }
9 }
10
But still nothing

I've checked a few other files to see if I had to change something else, but I didn't see anything related except for the actual painsaw model.
So PLEASE can I have some help with this?!
Thanks,
-YourMama