IamDiWang 活跃的用户 管理成员 FiveM版主 论坛元老 高级用户 认证用户本 月 名 人 榜 最 佳 黄金 148.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 论坛名人 高级用户 认证用户 黄金 82.98 黄金 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) 将其置于任意客户端脚本中即可 点击展开... 感谢