marty000123 Posted March 25, 2016 Posted March 25, 2016 (edited) 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 March 27, 2016 by Guest
pro-mos Posted March 27, 2016 Posted March 27, 2016 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 )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now