1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/kq_roofboxes/link_check.lua
2025-06-07 08:51:21 +02:00

5 lines
283 B
Lua

if GetResourceState('kq_link') ~= 'started' then
error('^6[KQ_LINK MISSING] ^1kq_link is required but not running! Make sure that you\'ve got it installed and started before ' .. GetCurrentResourceName())
print('^6 View the INSTALLATION.md file to find kq_link^0')
end