25 lines
408 B
Lua
25 lines
408 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
author 'London Studios'
|
|
description 'Setup and control dynamic traffic signs'
|
|
version '1.0.0'
|
|
|
|
-- Leaked By: Leaking Hub | J. Snow | leakinghub.com
|
|
|
|
client_scripts {
|
|
'cl_utils.lua',
|
|
'cl_smartsigns.lua',
|
|
}
|
|
|
|
shared_script 'config.lua'
|
|
|
|
server_scripts {
|
|
'sv_smartsigns.lua'
|
|
}
|
|
|
|
files {
|
|
'stream/data/*.ytyp',
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'stream/data/*.ytyp' |