sc_gjm_move_panic = function()
MODEL.lua.vgjPanic_Show = false
sc_SpeedcamWarningDisabled()
if MODEL.lua.vgjPanic_Restart() then
doDelayed(50,APP_RESTART)
end
START_APPLICATION("./utility/mapchanger.exe",",1,")
end
sc_gjm_delete_panic = function()
MODEL.lua.vgjPanic_Show = false
sc_SpeedcamWarningDisabled()
if MODEL.lua.vgjPanic_Restart() then
doDelayed(50,APP_RESTART)
end
START_APPLICATION("./utility/utility.exe",",2,")
end
sc_gjm_restore_panic = function()
MODEL.lua.vgjPanic_Show = false
sc_SpeedcamWarningEnabled()
doDelayed(35,APP_RESTART)
START_APPLICATION("./utility/utility.exe",",3,")
end
sc_gjm_cancel_panic = function()
MODEL.lua.vgjPanic_Show = false
MODEL.lua.vgjResetTrip_Show = false
end
------------------------------------------------------