Author Topic: SUGGESTION: Disable Crosshair  (Read 2174 times)

I know, but it'd be nice to have an add-on that disabled cross-hairs, so players know that this is the way it's supposed to be played.

that's exactly what phflack means though
hiding the crosshair can be a part of the singleplayer gamemode itself

Right, yeah, that's what I was looking for haha

Sorry about that

But, yeah, I'd imagine it wouldn't be a complicated script but it's still much beyond me...

function hideCrosshair()
{
   Crosshair.setBitmap("base\data\shapes\blank");
}

probably the best way to do it because totally removing the gui element of the crosshair feels like it could not be a good idea to me
just call that at some point

even then if you have protection against that and require anti-stick monitors(is this even possible?) I could just wear glasses with a sticker on them
Good luck keeping your head perfectly still.


google glass

Yeah, because so many people have that now...

function hideCrosshair()
{
   Crosshair.setBitmap("base\data\shapes\blank");
}

probably the best way to do it because totally removing the gui element of the crosshair feels like it could not be a good idea to me
just call that at some point

And thanks, I'll slap it in and give it a go (:

Yeah, because so many people have that now...

And thanks, I'll slap it in and give it a go (:
but where there's a will there's is a way!

but where there's a will there's is a way!
But I don't think there's much of a will here