Exports & How to use
Client Exports / Triggers
Export
{
{
key = 'E',
keyNum = 38, -- Controls list: https://docs.fivem.net/docs/game-references/controls/
text = 'Open Menu',
executeCommand = '', -- You can put your command here
triggerName = '' -- You can put your trigger event here
args = {}, -- (Optional) Table of arguments passed to the event
canUseInVeh = false -- (Optional) Allow usage while inside a vehicle (default: false)
},
-- You can add more actions here...
}How to use?!
Last updated
