Разобрался, можно сделать вот так:
function lock2()
sampSendChat("/car")
sampSendDialogResponse(--[[int]] 653, --[[int]] 1, --[[int]] 1, --[[string]] -1)
sampSendDialogResponse(--[[int]] 499, --[[int]] 1, --[[int]] 0, --[[string]] -1)
wait(50)
if sampIsDialogActive(499) == true then
sampCloseCurrentDialogWithButton(0)
end
end