Last updated 5 months ago
Set’s assists on the current vehicle, has to be with the same key's as the get counterpart send.
chaser_setassists([table] assists)
local assistsdata = { tractionControl = tobool(data.tcstate), stabilityControl = tobool(data.escstate), gearLock = tobool(data.gearlockstate), launchControl = assiststatedata.launchControl } chaser:chaser_setassists(assistsdata)