1
0
Fork 0
forked from Simnation/Main
Main/resources/[defaultmaps]/fiv3devs_bahamamamas/config.lua

15 lines
764 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
-- config.lua
Config = {}
Config.TargetSystem = 'ox_target' --[[ Set the target system for the poles, can be ox_target, qb-target or false for Draw3D ]]
Config.DanceKey = 51 --[[ Set the key for starting the animation ]]
Config.StopKey = 73 --[[ Set the key for stopping the animation ]]
Config.Icon = 'fa-solid fa-arrow-right' --[[ Set the icon for ox_target or qb-target ]]
Config.Text = 'Dance' --[[ Set the text for ox_target or qb-target ]]
Config.Text3D = '[~q~E~w~] Dance' --[[ Set the text for when ox_target or qb-target are set to false ]]