knightscript Posted January 18, 2016 Share Posted January 18, 2016 Hello, i would like to know if SetWeaponProperty can be used for a single user account, and if not, is there any other way to modify the damage of a weapon? thanks!. Link to comment
Chris!i! Posted January 18, 2016 Share Posted January 18, 2016 Use getAccountName then if accountname = "accountNameHere" setWeaponProperty etc... onResourceStart Thats the codes u need Link to comment
#RooTs Posted January 18, 2016 Share Posted January 18, 2016 Use getAccountName thenif accountname = "accountNameHere" setWeaponProperty etc... onResourceStart Thats the codes u need this would be useful for me. You can do it for me? Link to comment
Castillo Posted January 18, 2016 Share Posted January 18, 2016 You can't change weapon properties individually for each player. Link to comment
#RooTs Posted January 18, 2016 Share Posted January 18, 2016 You can't change weapon properties individually for each player. maybe separated by ACL. gives right? Link to comment
Mr.Loki Posted January 18, 2016 Share Posted January 18, 2016 No, please read the wiki. serverside applies to all weapons clientside applies to custom weapons created with createWeapon which is a client only function 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