Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
YattaYatta

How to check if player is using a scope / binoculars ?

Recommended Posts

Is it possible to check if the player is *using* (not just having in inventory or in hand) zoom items such as rifle scope, binoculars, laser designator ... ?

Share this post


Link to post
Share on other sites

if (currentWeapon player == "binocular" and {cameraView == "Gunner"}) then
{
   hint "you are looking at Marty McFly's mum through your binoculars";
};

;)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×