Last active
March 26, 2024 23:21
-
-
Save draobrehtom/7f8baa70fce4dc20a5d176467a8dd49f to your computer and use it in GitHub Desktop.
RedM Hud Money
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local menuContainer = DatabindingAddDataContainerFromPath('', 'Tithing') | |
local campCashContainer = DatabindingAddDataContainer(menuContainer, 'CampFunds') | |
DatabindingAddDataInt(campCashContainer, 'dollars', 69) | |
DatabindingAddDataInt(campCashContainer, 'cents', 69) | |
local cashContainer = DatabindingAddDataContainer(menuContainer, 'PlayerCash') | |
DatabindingAddDataInt(cashContainer, 'dollars', 420) | |
DatabindingAddDataInt(cashContainer, 'cents', 69) | |
Citizen.InvokeNative(0x4CC5F2FC1332577F, `HUD_CTX_TITHING`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discord.com/channels/192358910387159041/643437814104457217/1210775778430689320