Changing Total Hits (LUA)
Hi all!
I am trying to change my Overall Combat Hits via LUA using the following script:
Code:
natives.STATS.STAT_SET_INT(natives.GAMEPLAY.GET_HASH_KEY("MP" .. playerPedId[i] .. "_HITS"), 13452, true)
Apparently, the number fails to update on Social Club page. This is the only line which is not sticking.
Is there anything wrong with my script?
13452 is the Hits I'm intending to change to.
Thanks in advanced!

The line itslef looks perfectly fine. Haven't looked at the actual HITS hash but i'll take you word that it is that. Sometimes social club stats just refuse to change.. prior to my man I spent days battling the total earned after it bounced to 147trillion when I thought I could initially edit my bank account. Don't know if you'll find any definitive answer.