17 lines
361 B
Lua
Raw Normal View History

2025-04-05 22:25:06 +00:00
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.0'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua'
}
server_script 'server/server.lua'
client_script 'client/client.lua'