20 lines
182 B
Lua
20 lines
182 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
name 'B1G'
|
|
author 'B1G - https://github.com/CarlosVergikosk'
|
|
version 'v1.0'
|
|
|
|
client_script {
|
|
'prop.lua'
|
|
}
|
|
|
|
|
|
exports {
|
|
'attach',
|
|
'removeall'
|
|
}
|
|
|
|
|