πŸŽ›οΈCustom Core Integration

In this area, you will see how to make integration for your custom framework.


🎯 Showing Hud - Player Loaded

You must trigger this event for hud to appear when your character is loaded or selected in your framework.

TriggerEvent('wais:hudv6:client:custom:playerLoaded')

Client event It should be triggered when the player or character is loaded.


πŸͺ„ Hide hud - Player Unload

Run this event if the player abandons their character or wants to choose a new character.

TriggerEvent('wais:hudv6:client:custom:playerUnloaded')

Client event It should be triggered when the player or character is unloaded.


πŸ”– Show Job - Update Job

TriggerEvent('wais:hudv6:client:custom:setPlayerJob', job)

Client event Job data must be sent.


πŸ₯·πŸΌ Show Gang - Update Gang

Client event Gang data must be sent.


πŸ’Έ Show Money - Update Money ( Cash )

Client event money amount must be sent.


🏦 Show Bank - Update Bank

Client event bank amount must be sent.


πŸ” Update Status - Drink, Burger And Stress

Client event status data must be sent.


Last updated