example
example

资源 [免费] [独立] Fivem-HelpWaypoints

Yann

站长
管理成员
GTAOS管理组
认证卖家
认证用户
本 月 名 人 榜 最 佳
简单的 fivem 脚本用于在游戏地图上创建有用的标记,使游戏玩法更容易、更美观
1727405428887.png
lua:
local coords = vec3(2281.5424804688, 4813.0190429688, 55.574935913086 - 1.0)

while true do
    local playercoords = GetEntityCoords(PlayerPedId())
    local dist = #(coords-pcoords)
    local metry = math.ceil(dist * 1)
    exports['shinyx-HelpWaypoints']:DrawDestination(coords, "Example", metry)
    Wait(0)
end
代码:
 
顶部