ed
This commit is contained in:
parent
453b25b260
commit
59951edece
9 changed files with 901 additions and 1 deletions
21
resources/[carscripts]/sg-boatanchor/fxmanifest.lua
Normal file
21
resources/[carscripts]/sg-boatanchor/fxmanifest.lua
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
name 'Boatanchor'
|
||||
author 'Nicky'
|
||||
description 'Server Synced Boat Anchor Script'
|
||||
version '1.0.0'
|
||||
|
||||
client_scripts {
|
||||
'client/*'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/*'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
Loading…
Add table
Add a link
Reference in a new issue