22 lines
276 B
Lua
22 lines
276 B
Lua
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
name "BigDaddy-Tazed"
|
|
description "Tazed Effects"
|
|
author "Big Daddy"
|
|
version "1.1.0"
|
|
|
|
client_scripts {
|
|
'*.Client.net.dll',
|
|
}
|
|
|
|
server_scripts {
|
|
'*.Server.net.dll',
|
|
'BigDaddy-*.js',
|
|
'Newtonsoft.Json.dll',
|
|
}
|
|
|
|
files {
|
|
'settings.ini',
|
|
}
|