Native referenceFiveM

_HAS_BUTTON_COMBINATION_JUST_BEEN_ENTERED

0x071E2A839DE82D90 MISC
FUNCTION SIGNATURE
BOOL _HAS_BUTTON_COMBINATION_JUST_BEEN_ENTERED(Hash hash, int amount);
Property Value
Native Name _HAS_BUTTON_COMBINATION_JUST_BEEN_ENTERED
Hash 0x071E2A839DE82D90
Return Type BOOL
Parameters hash (Hash), amount (int)

Description: ``` This native appears on the cheat_controller script and tracks a combination of buttons, which may be used to toggle cheats in-game. Credits to ThreeSocks for the info. The hash contains the combination, while the "amount" represents the amount of buttons used in a combination. INT_SCORES_SCORTED was a hash collision

Back to MISC