forked from Simnation/Main
28 lines
511 B
Lua
28 lines
511 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
use_experimental_fxv2_oal 'yes'
|
|
author 'BerkieB'
|
|
description 'Allows players to interact with various objects and entities in the world'
|
|
version '5.5.0'
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
client_scripts {
|
|
'@PolyZone/client.lua',
|
|
'@PolyZone/BoxZone.lua',
|
|
'@PolyZone/EntityZone.lua',
|
|
'@PolyZone/CircleZone.lua',
|
|
'@PolyZone/ComboZone.lua',
|
|
'init.lua',
|
|
'client.lua',
|
|
}
|
|
|
|
files {
|
|
'data/*.lua',
|
|
'html/*.html',
|
|
'html/css/*.css',
|
|
'html/js/*.js'
|
|
}
|
|
|
|
dependency 'PolyZone'
|