This commit is contained in:
Nordi98 2025-07-13 21:34:52 +02:00
parent 453b25b260
commit 59951edece
9 changed files with 901 additions and 1 deletions

View 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'