21 lines
361 B
Lua
21 lines
361 B
Lua
-----------------------------------
|
|
-- Area of Patrol, Made by FAXES --
|
|
-----------------------------------
|
|
|
|
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
author 'FAXES'
|
|
|
|
client_script "config.lua"
|
|
client_script "client.lua"
|
|
server_script "config.lua"
|
|
server_script "server.lua"
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
files {
|
|
'html/*',
|
|
'html/img/seatbelt.png',
|
|
'html/sounds/*.ogg'
|
|
} |