example
example

解决方案作者: Yann

  1. Yann

    已解决√ 求助 求一个免费好用一点的出租车插件

    https://forum.cfx.re/t/free-qbcore-esx-oss-ai-taxi/5192184 https://forum.cfx.re/t/ai-taxi-pro-2-0-the-ultimate-taxi-experience/5069213 https://forum.cfx.re/t/free-taxi-npc-mission-esx-qb/5217260 https://forum.cfx.re/t/paid-advanced-ai-taxi/5254481...
  2. Yann

    已解决√ 求助 进服动画

    太多了 https://forum.cfx.re/t/release-free-opensource-loading-screen-bebikdev/5137039 https://forum.cfx.re/t/free-apolo-loadingscreen/4808398 https://forum.cfx.re/t/free-striikez-loadingscreen/5162615 https://forum.cfx.re/t/free-standalone-ns-loadingscreen-simple-loading-screen/4812924...
  3. Yann

    已解决√ 求助 MDT警用平板

    这牵扯到多个系统,首先得确保你的罚款脚本有计入公账这个功能,没有得自己开发。监禁的话也是一样,要和你的监狱相兼容才可以,不兼容得自己修改。会编程最好,不会最好花钱找人弄。
  4. Yann

    已解决√ 求助 求一个免费好用一点的出租车插件

    用论坛的搜索搜 出租车 就行了
  5. Yann

    已解决√ 求助 求账单系统

    https://forum.cfx.re/t/free-src-billing-system-esx-qbcore/5118799 https://forum.cfx.re/t/free-bixbi-billing/4803834 https://forum.cfx.re/t/esx-ox-item-based-billing-system/4967594 https://forum.cfx.re/t/free-release-angelicxs-billing/4966748 https://forum.cfx.re/t/esx-billing-script/5156644...
  6. Yann

    已解决√ 求助 用的wasabi的车钥匙,jg的车库,esx端的,怎么做车钥匙取车出来生成实体钥匙到玩家背包里呀?

    你的配置文件一般都会有相关的配置,或者问你的脚本供应商。
  7. Yann

    已解决√ 求助 renzu_stancer车辆姿态

    你给的截图位置不对,要使用直接输入命令 /stance 就行了
  8. Yann

    已解决√ 求助 找一个QB的掏枪动作插件

    https://forge.plebmasters.de/animations/reaction@intimidation@1h@intro?search=reaction%40intimidation%401h&ped=A_F_Y_Beach_01&searchTags=-Roleplay 脚本里自行替换动作就行了
  9. Yann

    已解决√ 求助 求illenium-appearance错误信息

    服务端和服务端自己通信,然后超时了...... lua文件找这两个函数,看是不是你自己给他改名了,还是你那些文件没加载
  10. Yann

    已解决√ 求助 求捏脸插件。

    再不行就在 https://github.com/iLLeniumStudios/illenium-appearance/blob/0f1eb8f9281c0924c5f872776622d6481c64ae03/client/framework/esx/compatibility.lua#L5 最后一行添加代码 RegisterCommand("skin", function(source, args, rawCommand) if (source > 0) then...
  11. Yann

    已解决√ 求助 求捏脸插件。

    嗷嗷,见谅,没倒腾过esx,要回答你问题得现学现卖。 任何客户端文件添加下列代码 直接把最后一个参数弄成false ESX.RegisterCommand("skin", "user", function(xPlayer) xPlayer.triggerEvent("esx_skin:openSaveableMenu") end, false, false)
  12. Yann

    已解决√ 求助 求捏脸插件。

    https://github.com/esx-framework/esx_core/blob/c80916c3e3b14e3cfce6102801b382e59c49bd27/%5Bcore%5D/esx_skin/server/main.lua#L75 把上面定位的这一行上面一行的admin改成user 然后在游戏内使用skin就可以让玩家更改性别了,你可以试试 效果: ESX.RegisterCommand("skin", "user", function(xPlayer) xPlayer.triggerEvent("esx_skin:openSaveableMenu")...
  13. Yann

    已解决√ 求助 是否可以找到这种车辆经销商插件

    https://docs.qbcore.org/qbcore-documentation/qbcore-resources/qb-vehicleshop qb原本的车店也是从展示的车辆中购买的,而你只是想要按键购买的话直接找人简单定制一下就可以了,不难改。 而且原车店功能更全。
  14. Yann

    已解决√ 求助 esx的武器伤害怎么改 gta自带的武器 打头一枪掉一滴血

    https://forum.gtaos.com/threads/609/ 这个里边有,你可以看看,因为所有用到的函数都是原生函数,所以任何框架都可以用的。
  15. Yann

    已解决√ 求助 我加了服装包,有会员,怎么添加到衣服店啊esx_np_skinshopv2

    没有固定的办法,得你从脚本的逻辑当中分析。 一般就是config.lua会有固定的格式,通过固定的格式去添加好就可以。(最稳妥的办法就是要从代码逻辑当中看原作者怎么处理,然后跟着他的思路去添加)
后退
顶部