Notorious^ Posted October 25, 2018 Share Posted October 25, 2018 ı just want change rocket damage.very rocket must take 10 health.i have simple code but not working.what is my mistake ? thanks for help. function reduceP ( ) setWeaponProperty ( 35, "poor", "damage", 10 ) end addEventHandler ( "onResourceStart", resourceRoot, reduceP ) Link to comment
Mega9 Posted October 25, 2018 Share Posted October 25, 2018 (edited) Make sure you are applying it to all 3 weapon skill levels "pro", "std" and "poor" Because if you have defaultstats running on your server, you probably have "pro" skill level set. Edited October 25, 2018 by Mega9 Link to comment
Notorious^ Posted October 25, 2018 Author Share Posted October 25, 2018 Mega9 thanks for help.ı changed 'poor' to 'pro' but still not working :C ı added serverside but ı dont understand why its not working Link to comment
delta1337 Posted October 25, 2018 Share Posted October 25, 2018 I think its about over Explosion damage not the RPG, cause RPG rocket is a object not a bullet, and after hiting a object its making a explosion so you have probably need to change explosion damage. Link to comment
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