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