Jump to content
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×