example
example

已解决√ 求助 qbcore枪加不上子弹

哇呜哇呜

活跃的用户
高级用户
认证用户
黄金
19.31G
Lua:
   pistol_ammo                  = { name = 'pistol_ammo', label = '手枪弹药', weight = 200, type = 'item', image = 'pistol_ammo.png', unique = false, useable = true, shouldClose = true, description = '手枪弹药' },
    weapon_pistol                = { name = 'weapon_pistol', label = 'M1911', weight = 1000, type = 'weapon', ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', unique = true, useable = false, description = '设计为单手握持的小型枪支' },
配置应该没问题,为什么会加不上子弹,全部枪都加不上FD5793CE651C1094CCA394BE318383D2.pngF8有这条
 
最后编辑:
1721951984132.png1721951990654.png这两个应该不是一个东西吧,不是一个东西就不可能加在枪里边
 
还有右上角gta自带的子弹数量显示没了在哪设置
添加在任何客户端文件中
Lua:
Citizen.CreateThread(function()
    while true do -- Exists so it runs every frame (while true means all the time, basically)
        DisplayAmmoThisFrame(false) -- Using the native to disable it
        Citizen.Wait(0) -- Waiting 0ms to make the loop run every single frame with no exceptions
    end
end)
 
问题解决了吗?我和你出现了同意的问题
我的端是作者加了快速换弹插件,有其他文件被修改了,加个快速换单插件试试,插件名字
Browns-QBWeaponReload
 
后退
顶部