Jump to content

Dual Wield Help


Recommended Posts

I got a problem. This is the script I have:

fixed) 

But I want to include this:

fixed 

Now, I don't know how to includ this into the script. I want that the player who spawns the dual wield uzi's, actually gets DUAL WIELD. Any help would be appreciated. Because right now, when the player spawns the UZI's, they just get a single UZI.

Edited by Guest
Link to comment
function changePedStats(thePlayer, _) 
   local stat = setPedStat(thePlayer, 75, 1000) 
   if (stat) then 
        outputChatBox("You have spawned Dual UZI's!", thePlayer) 
    end 
end 
---- 
addEvent("dualDualWield", true) 
addEventHandler("dualDualWield", root, 
    function() 
        changePedStats(source) 
        giveWeapon( source, 28, 1, true ) 
    end 
) 
  

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