文件名称:mMenu
文件大小:44KB
文件格式:ZIP
更新时间:2024-04-20 05:10:57
Lua
菜单 如果您希望玩家仅在红色区域或任何其他坐标中访问菜单。 转到行并执行以下操作: dist = #(vector3(-227.3,-2622.93,6.05)-pos) <------------ change this to your own coords if dist <= 140 then <-------------- distance where the player will be able to open the menu inZone = true <------- change to false else inZone = false <------- change to true end
【文件预览】:
mMenu-main
----Mmenu()
--------fxmanifest.lua(698B)
--------client.lua(9KB)
--------src()
--------server.lua(288B)
--------config.lua(2KB)
----LICENSE(1KB)
----README.md(455B)