【发布时间】:2022-01-06 12:58:40
【问题描述】:
您好,抱歉打扰了,我目前正在研究 Fivem 的反作弊功能
但是我在 Fivem/gta 中有一个小问题,你有默认的 Natives/Functions
举例
IsPedInAnyVehicle(ped, boolean) -- 当 ped 在车内时返回
我想做的是捕捉函数
喜欢这个
function IsPedInAnyVehicle(ped, boolean)
-- i want to put my conditions here and when the conditions fit it accepts the real default
-- native/function
end
捕获该功能并阻止游戏的本机/默认功能,但现在的问题是何时适合我想执行真正的功能/本机
我想在条件合适时删除我创建的函数,但如果 thad 是可能的,我想删除 提前谢谢
新
【问题讨论】: