Jump to content

_SET_ATTRIBUTE_CORE_VALUE


Native Details

  • Name_SET_ATTRIBUTE_CORE_VALUE
  • NamespaceATTRIBUTE
  • Native Hash0xC6258F41D86676E0
  • Typevoid
  • First seen version1207

Native Parameters

  • Parameter 0Ped Ped
    Might only be player ped
  • Parameter 1int CoreToChange
    0-Health,1-stamina,2-deadeye
  • Parameter 2int Value
    Seems to go 0-100

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);

User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

Recently Browsing 0

  • No registered users viewing this page.