forked from Simnation/Main
18 lines
No EOL
280 B
Lua
18 lines
No EOL
280 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
author 'Nordi98'
|
|
description 'QBCore Script für Sperrzonen und Ankündigungen'
|
|
version '1.0.0'
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
'@NativeUI/NativeUI.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server/main.lua'
|
|
}
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
} |