example
example

已解决√ 求助 怎么将给予车钥匙的功能移到F1的交互菜单上(QB)

qb默认的给钥匙应该是givekeys命令,你只需要打开 qb-radialmenu/config.lua 随便找一个你想添加进去的位置 添加下面的代码

代码:
{
            id = 'vehiclekeys',
            title = '给车钥匙',
            icon = 'key',
            type = 'command',
            event = 'givekeys',
            shouldClose = true
        }
 
qb默认的给钥匙应该是givekeys命令,你只需要打开 qb-radialmenu/config.lua 随便找一个你想添加进去的位置 添加下面的代码

代码:
{
            id = 'vehiclekeys',
            title = '给车钥匙',
            icon = 'key',
            type = 'command',
            event = 'givekeys',
            shouldClose = true
        }
感谢大佬
 
后退
顶部