AddInstructionalButtons
Available
Client
Syntax
AddInstructionalButtons(name, settings)
Parameters
Variable | Type |
---|---|
name | String |
settings | Array |
Settings Parameters
Variable | Type | Default value |
---|---|---|
name | String | |
controls | number |
key list : https://docs.fivem.net/game-references/controls/
Exemple
exports.ft_libs:AddInstructionalButtons("ft_libs_instructionalButtons_exemple", {
["Up"] = 188,
["Down"] = 187,
["Enter"] = 201,
["Back"] = 177,
})
In game result

Updated less than a minute ago