example
example

解决方案作者: Yann

  1. Yann

    已解决√ 求助 白名单系统

    前面说的这个时间,然后写你自己的逻辑,然后具体面板: https://forum.gtaos.com/index.php?threads/%E7%99%BD%E5%90%8D%E5%8D%95.713/
  2. Yann

    已解决√ 求助 白名单

    其他类似资源: https://forum.cfx.re/t/deferralmanager-a-simple-resource-for-ordered-deferrals-w-adaptive-cards-support/1746769 https://forum.cfx.re/t/paid-standalone-login-script-with-adaptive-cards-in-deferrals/5159766 https://forum.cfx.re/t/using-adaptivecards-on-connection/1874591...
  3. Yann

    已解决√ 求助 白名单

    官方的一个小文档: https://cookbook.fivem.net/2019/06/29/adaptive-cards-in-deferrals/ 根据这个可以自己改一改 https://forum.cfx.re/t/fivem-adaptive-cards-in-deferrals/3313726?u=mw138
  4. Yann

    已解决√ 求助 Fivem

    QB 自带的有一个插件:qb-tunerchip
  5. Yann

    已解决√ 求助 服务器配置要求

    差不多够用,玩家多主要会占用带宽。
  6. Yann

    已解决√ 求助 警笛

    https://forum.cfx.re/t/modern-siren-pack-fivem/111867
  7. Yann

    已解决√ 求助 警笛

    https://forum.cfx.re/t/free-server-sided-sounds-and-sirens/4777501
  8. Yann

    已解决√ 求助 警笛

    看看这个是不是你想找的 https://www.mediafire.com/file/nk9a0849933cdru/Modern_Siren_Pack_%28FiveM%29_v2.rar/file
  9. Yann

    已解决√ 求助 有没有好用的挖矿插件啊 不想要那种挂机的

    https://github.com/jimathy/jim-mining https://github.com/IamLation/lation_mining https://forum.cfx.re/t/qbcore-tr-mining/4834619 我看到过需要自己收费的用斧头搞头砍得那种,但是找不到了。
  10. Yann

    已解决√ 求助 QB如何调拳头伤害

    函数:https://docs.fivem.net/natives/?_0x4757F00BC6323CFE 例子: Citizen.CreateThread(function() while true do SetWeaponDamageModifier(GetHashKey("WEAPON_UNARMED"), 0.5) Wait(0) end end)
  11. Yann

    已解决√ 求助 求一个esx_vehicleshop插件

    https://forum.cfx.re/t/release-h-vshop-vehicle-shop-system-for-esx-legacy/4888813 https://forum.cfx.re/t/release-free-vehicleshop/2487268 https://forum.cfx.re/t/new-v3-esx-release-nekix-vehicle-shop-v3/4570651 收费:...
  12. Yann

    已解决√ 求助 qb端如何添加附武器

    所有模型文件加载 qb-core/shared/weapons.lua中添加了你的武器信息和相关图片 qb-inventory里边添加了相关图片 qb-weapons添加了你的武器信息 确保你使用的是默认的qb-inventory,qb-weapons和默认商店,其他商店需要咨询脚本开发者。
  13. Yann

    已解决√ 求助 怪了,密钥是买插件的账户,用不了是什么情况,keymaster下载的

    [ c-resources-core] 1. onesync: OneSync needs to be enabled 翻译:OneSync 需要被启用
  14. Yann

    已解决√ 求助 QB-CORE 怎么给玩家删档,player数据表删了之后没有用

    执行此语句之前一定要备份数据库,否则误删后无法恢复。 在数据库的每个表格中执行这个语句,把下面的 table_name 替换成你的数据表的名称(比如players表),PRY16492就是玩家的公民ID(替换成你想要删除的玩家的ID就行了) DELETE FROM 'table_name' WHERE citizenid='PRY16492' 所有表格执行玩一遍之后还需要手动检查一遍所有的表格当中还有没有什么owner是同一个ID的也删掉。 另一种方法更便捷,就是写一个程序去删了,这种需要懂点代码和数据库的知识。
后退
顶部