Files
2026-03-29 21:41:17 +03:00

21 lines
1.5 KiB
Lua

fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Syncs the time & weather for all players on the server and allows editing by command'
version '2.1.1'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua'
}
server_script 'server/server.lua'
client_script 'client/client.lua'
server_scripts {
--[[server.lua]]
}