Changing Overall Accuracy Issue (LUA)
Hi all!
After running some LUA scripts, I realised that my Overall Accuracy is 1%. Is there anyway to change it?
I have tried using the following script using LUA:
As above, 33 is the desired percentage. However, the changes does not stick.
Your advice, please. Thanks!
After running some LUA scripts, I realised that my Overall Accuracy is 1%. Is there anyway to change it?
I have tried using the following script using LUA:
Code:
natives.STATS.STAT_SET_FLOAT(natives.GAMEPLAY.GET_HASH_KEY("MP" .. playerPedId[i] .. "_WEAPON_ACCURACY"), 33, true)
Your advice, please. Thanks!