Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // 0xC6258F41D86676E0
  2. void SET_PED_CORE_LEVEL(Ped ped, int coreType, int coreAmount)
  3. /*
  4. coreType = 0 (health), 1 (stamina), 2 (deadeye)
  5. coreAmount = range between 0 (empty) and 100 (full)
  6. */
  7.  
  8. Citizen.InvokeNative(0xC6258F41D86676E0, PlayerPedId(), coreType, coreAmount)
  9. Citizen.InvokeNative(0xC6258F41D86676E0, PlayerPedId(), 0, 50) // Sets health to half
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement