[Tutorial] Hide Crosshair only to FPS

very nice!!! ;)
thanks bro! nice work.

Now we can get the missing crosshair when using the sniper even in TPS....
must be something to do when the character takes the itemID in hand hides crosshair...
 
very nice!!! ;)
thanks bro! nice work.

Now we can get the missing crosshair when using the sniper even in TPS....
must be something to do when the character takes the itemID in hand hides crosshair...

try it

search for:

Code:
if(wpn->getCategory() == storecat_SNP && m_isAiming) // sniper rifle and in scope mode
{

Add:

Code:
hudMain->setshowHideReticle(false);
 
Back