22 lines
256 B
Lua
22 lines
256 B
Lua
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
|
|
author 'tunasayin'
|
|
description 'Core script needed for almost all 2na scripts.'
|
|
|
|
version '0.2.8'
|
|
|
|
shared_scripts {
|
|
'Common/*.lua',
|
|
'Config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'Client/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'Server/*.lua'
|
|
}
|