Jump to content

dual weapon


-misterX-

Recommended Posts

hi, i downloaded this resource https://community.multitheftauto.com/ind ... ls&id=6361

but now everytime i get the m4 it gives me dual m4, i tried to fix but when i shoot the player moves too fast

fixed code

setWeaponProperty(31, "pro", "flags", 0x000800) 
setWeaponProperty(31, "pro", "flags", 0x000002) 
setWeaponProperty(31, "pro", "maximum_clip_ammo", 50) 
setWeaponProperty(31, "pro", "move_speed", 100) 
  

Link to comment

If you don't want dual weapon, remove this line:

setWeaponProperty(31, "pro", "flags", 0x000800) 

If you don't want fast move speed, remove this line or lower the number 100 to something else.

setWeaponProperty(31, "pro", "move_speed", 100) 

Otherwise, i didn't understand what is the type of help you need.

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