1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/community_bridge/modules/dispatch/ps-dispatch/server/server.lua

5 lines
168 B
Lua
Raw Normal View History

2025-08-06 16:37:06 +02:00
if GetResourceState('ps-dispatch') == 'missing' then return end
if GetResourceState('lb-tablet') == 'started' then return end
Dispatch = Dispatch or {}
return Dispatch