IamDiWang 活跃的用户 管理成员 FiveM版主 论坛元老 高级用户 认证用户 黄金 206.17 黄金 2025/03/14 #2 SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可
SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可
13OneThere 洛圣都地头蛇 高级用户 认证用户 黄金 77.12 黄金 2025/03/14 #3 IamDiWang 说: SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可 点击展开... 感谢
IamDiWang 说: SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可 点击展开... 感谢
N nihoa 用户 认证用户 黄金 73.35 黄金 星期五,03:38 #4 IamDiWang 说: SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可 点击展开... 咋放
IamDiWang 说: SET_BIGMAP_ACTIVE Toggles the big minimap state like in GTA:Online. To get the current state of the minimap, use [`IS_BIGMAP_ACTIVE`](#\_0xFFF65C63). docs.fivem.net 启用GTA原生的大地图模式了,用这个API能关闭 具体代码如下: Lua: CreateThread(function() while true do if IsBigmapActive() then SetBigmapActive(false) end Wait(1000) end end) 将其置于任意客户端脚本中即可 点击展开... 咋放
13OneThere 洛圣都地头蛇 高级用户 认证用户 黄金 77.12 黄金 星期五,03:47 #5 nihoa 说: 咋放 点击展开... 随便找个插件,然后把代码粘贴在client.lua文件里面最下面 这样说能理解吗
N nihoa 用户 认证用户 黄金 73.35 黄金 星期五,13:29 #6 13OneThere 说: 随便找个插件,然后把代码粘贴在client.lua文件里面最下面 这样说能理解吗 点击展开... ok