17 lines
279 B
Lua
17 lines
279 B
Lua
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
author "d0p3t <d0p3t89@gmail.com>"
|
|
description "Conveniently hop between Los Santos and Cayo Perico island"
|
|
version "1.0.0"
|
|
|
|
client_scripts {
|
|
'shared/config.lua',
|
|
'client/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'shared/config.lua',
|
|
'server/*.lua'
|
|
}
|