2024-12-30 10:15:34 +00:00
|
|
|
fx_version 'adamant'
|
2024-12-29 20:02:57 +00:00
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
description 'QB-Radio'
|
|
|
|
version '1.0.0'
|
|
|
|
|
|
|
|
shared_script 'config.lua'
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'client.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
server_script 'server.lua'
|
|
|
|
|
|
|
|
ui_page('html/ui.html')
|
|
|
|
|
|
|
|
files {'html/ui.html', 'html/js/script.js', 'html/css/style.css', 'html/img/radio.png'}
|
|
|
|
|
|
|
|
lua54 'yes'
|