DESCRIPTION
Sets the core value.
Seems to go 0 to 100?
0-Health,1-stamina,2-deadeye
CODE EXAMPLE
int MaxCore = 100; Function.Call<int>((Hash)0xC6258F41D86676E0, Game.Player.Character, (int)CoreToChange, MaxCore);
Sets the core value.
Seems to go 0 to 100?
0-Health,1-stamina,2-deadeye
int MaxCore = 100; Function.Call<int>((Hash)0xC6258F41D86676E0, Game.Player.Character, (int)CoreToChange, MaxCore);
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.