Create cl_sync.lua, SYNC table and basic decorator setup

This commit is contained in:
Dan
2020-07-18 13:50:21 +01:00
parent fdee24d694
commit 3baa2c6d2e
2 changed files with 55 additions and 0 deletions

View File

@@ -64,5 +64,6 @@ server_export "TogglePlateLock"
-- Run the client scripts
client_script "config.lua"
client_script "cl_utils.lua"
client_script "cl_sync.lua"
client_script "cl_radar.lua"
client_script "cl_plate_reader.lua"