L LAOHUAJI 新用户 认证用户 黄金 65.44 黄金 2024/11/24 #1 ESX刷的车自动是满改的,怎么关闭,我想要刷出来是原版的,不是满改的,有没有解决方法 谢谢了 最后编辑: 2024/11/24
Yann 站长 管理成员 GTAOS管理组 认证用户本 月 名 人 榜 最 佳 黄金 844.66 黄金 2024/11/24 #2 找到刷车的地方,比如刷车命令什么的,然后加上这个函数,然后再调用这个函数 Lua: function SetVehicleMaxMods(vehicle) local props = { modEngine = 2, modBrakes = 2, modTransmission = 2, modSuspension = 3, modTurbo = true, --I added the comma above and the wheels below wheels= 4 , --offroad modFrontWheels = 5 --WHEEL_OFFROAD_CHALLENGER } ESX.Game.SetVehicleProperties(vehicle, props) end
找到刷车的地方,比如刷车命令什么的,然后加上这个函数,然后再调用这个函数 Lua: function SetVehicleMaxMods(vehicle) local props = { modEngine = 2, modBrakes = 2, modTransmission = 2, modSuspension = 3, modTurbo = true, --I added the comma above and the wheels below wheels= 4 , --offroad modFrontWheels = 5 --WHEEL_OFFROAD_CHALLENGER } ESX.Game.SetVehicleProperties(vehicle, props) end