Swagy Posted April 23, 2020 Share Posted April 23, 2020 I want to use setWeaponProperty for specific player only not for the whole server. Although, I was thinking of triggerClientEvent but setWeaponProperty client-side works only for client created weapons. Any ideas? Link to comment
Scripting Moderators ds1-e Posted April 23, 2020 Scripting Moderators Share Posted April 23, 2020 3 hours ago, Swagy said: I want to use setWeaponProperty for specific player only not for the whole server. Although, I was thinking of triggerClientEvent but setWeaponProperty client-side works only for client created weapons. Any ideas? setWeaponProperty on client-side is only for custom weapons. Maybe it's good to create feature request on GitHub (and if it's possible, someone could do that) - i might do that. You can have 3 different levels of accuracy etc. per weapon. (poor, std, pro) - setPedStat for changing those levels. Link to comment
Swagy Posted May 2, 2020 Author Share Posted May 2, 2020 Actually, setPedStat wouldn't help, I'm trying to make custom properties for each player, but I think it's impossible. Link to comment
Scripting Moderators ds1-e Posted May 2, 2020 Scripting Moderators Share Posted May 2, 2020 1 hour ago, Swagy said: Actually, setPedStat wouldn't help, I'm trying to make custom properties for each player, but I think it's impossible. https://github.com/multitheftauto/mtasa-blue/issues/1415 Link to comment
Swagy Posted May 2, 2020 Author Share Posted May 2, 2020 Oh okay thanks buddy, appreciate your help 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