forked from Simnation/Main
11 lines
179 B
Lua
11 lines
179 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'PERPGamer'
|
|
description 'A easy editor to attach a prop to a player.'
|
|
version '1.0.0'
|
|
|
|
client_scripts {
|
|
"config.lua",
|
|
"client.lua",
|
|
}
|