Jump to content

help pls


Recommended Posts

Posted

hey i just attached a rocket launcher to my car, but i wanted to reduce the damage rocket does like if it hits the car it should only do 10% damage not blast the car

i tried this but nothing happend

setWeaponProperty(35, "poor", "damage", 10) 

can any one tell what should i do?

Posted
  
function setProp() 
setWeaponProperty(35, "poor", "damage", 10 ) 
end 
setTimer(setProp,5000,0) 
  

Try this!

Maybe your code din't execute.

Posted
  
function setProp() 
setWeaponProperty(35, "poor", "damage", 10 ) 
end 
setTimer(setProp,5000,0) 
  

Try this!

Maybe your code din't execute.

Why would you execute that every 5 seconds?

Posted
  
function setProp() 
setWeaponProperty(35, "poor", "damage", 10 ) 
end 
setTimer(setProp,5000,0) 
  

Try this!

Maybe your code din't execute.

it still blasts the car i don't want it to blast the car it should only do little damage

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