Jump to content

SNIPER SHOTS


Chupy

Recommended Posts

xD = false

addEventHandler ("onPlayerWeaponFire", root,
  function (weapon)
    if weapon == 34then
      if xD == true then cancelEvent() end
      xD = true
      setTimer(function()
          xD = false
          end,2000,1)
      end
    end
 )

I'm not sure but i think that will do cuz i'm on mobile rn

You can fire only every 2 seconds

Edited by #BrosS
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...