1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/community_bridge/modules/dispatch/ps-dispatch/server/server.lua
2025-08-06 16:37:06 +02:00

5 lines
No EOL
168 B
Lua

if GetResourceState('ps-dispatch') == 'missing' then return end
if GetResourceState('lb-tablet') == 'started' then return end
Dispatch = Dispatch or {}
return Dispatch