JaysonLiu 洛圣都地头蛇 管理成员 FiveM版主 论坛元老 高级用户 认证用户 黄金 222.09 黄金 2023/07/07 #1 物品丢在地上会出现红色的标记 这个标记如何换成实际物品的模型或者替换成一个箱子模型。想知道它修改在位置和文件名是什么。 由版主最后编辑: 2023/07/07
Yann 站长 管理成员 GTAOS管理组 认证用户 黄金 2,417.81 黄金 2023/07/07 #2 绘制如图中的标记: DRAW_MARKER Draws a marker with the specified appearance at the target location. This has to be called every frame, e.g. in a `Wait(0)` loop. There's a [list of markers](https://docs.fivem.net/game-references/ma docs.fivem.net 创建物品: IS_PED_BEING_STEALTH_KILLED docs.fivem.net
绘制如图中的标记: DRAW_MARKER Draws a marker with the specified appearance at the target location. This has to be called every frame, e.g. in a `Wait(0)` loop. There's a [list of markers](https://docs.fivem.net/game-references/ma docs.fivem.net 创建物品: IS_PED_BEING_STEALTH_KILLED docs.fivem.net
Yann 站长 管理成员 GTAOS管理组 认证用户 黄金 2,417.81 黄金 2023/07/07 #3 没有固定的文件啥的,你得找到相关的脚本,看哪里谢了这个标记点,然后把函数替换成CreateObject就行了。