frodzet Posted June 9, 2015 Share Posted June 9, 2015 Greetings, So i'm trying to change the player's stats. Below is my code: int hash = Function.Call<int>(Hash.GET_HASH_KEY, "SP0_STAMINA"); Function.Call(Hash.STAT_SET_INT, hash, 100, 1); There is really not much more to it. And since i'm using SP0 this represents Michael. However there is one issue, the stat changes in the stats section in the pause menu, however whenever i go to the Character Selection wheel the stat has not changed. Anyone know how to work this out? :-) Thanks. Link to comment Share on other sites More sharing options...
qiangqiang101 Posted April 4, 2016 Share Posted April 4, 2016 I'm facing the same problem too, I hope you already figure it out Link to comment Share on other sites More sharing options...
frodzet Posted April 4, 2016 Author Share Posted April 4, 2016 I'm facing the same problem too, I hope you already figure it out No known fixes as of yet, sorry. Link to comment Share on other sites More sharing options...
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