Jump to content

SNIPER SHOTS


Chupy

Recommended Posts

Posted

Hello, 

Somebody knows how, can i do a script to block shots? Example

 

if i click fast with my sniper , the sniper burst, shot fast, how i can do to put delay? between shots

Posted (edited)
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

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...