17 lines
224 B
Lua
17 lines
224 B
Lua
|
|
fx_version "cerulean"
|
||
|
|
game "gta5"
|
||
|
|
lua54 "yes"
|
||
|
|
|
||
|
|
author "Red Valley"
|
||
|
|
description "Dev tools: testanim, testbubble, testtex"
|
||
|
|
version "1.0.0"
|
||
|
|
|
||
|
|
client_scripts {
|
||
|
|
"client/*.lua",
|
||
|
|
}
|
||
|
|
|
||
|
|
files {
|
||
|
|
"web/**.*",
|
||
|
|
"web/**/**.*",
|
||
|
|
}
|