-【图片预览】-
可自定义任何一种工作或者活动获得XP经验值,让角色可以升级。
-【按键说明】-
游戏内按 Z 显示插件/隐藏插件
要修改按键在插件里config.lua文件中修改
-【说明】-
获取当前的XP统计信息
/ESXP
/ESXP_Add X
/ESXP_Remove X
/ESXP_SetInitial X
/ESXP_AddFakePlayer
/ESXP_AddFakePlayer count
/ESXP_RemoveFakePlayers
/ESXP_SortLeaderboard order --[[ rank or name ]]
config.luaConfig.LicenseEnable = true -- enable this
Config.LicensePrice= 5000
Config.LicenseRank = 50 -- add this line
esx_weaponshop/client/main.lua找到这一行:
OpenBuyLicenseMenu(CurrentActionData.zone)并替换为:
if ESX.GetPlayerData().rank >= Config.LicenseRank then
OpenBuyLicenseMenu(CurrentActionData.zone)
else
ESX.ShowNotification("~r~ERROR: ~w~A rank of ~g~".. Config.LicenseRank .." ~w~需要购买武器许可证!")
end
请确保您开启了esx_license.
Couldn't Start resource esx_xp-1.3.0 怎么破 Derya11 发表于 2022-2-9 23:04
Couldn't Start resource esx_xp-1.3.0 怎么破
试过还是一样的提示 1.10.1可以用吗
页:
[1]