Scripts/resources/[qb]/[qb_casino]/casino-blackjackKGV/fxmanifest.lua
2024-12-29 21:03:28 +01:00

21 lines
328 B
Lua

fx_version 'cerulean'
game "gta5"
name 'kgv-blackjack'
description 'Playable Blackjack at the casino, similar to GTAOnline.'
author 'Xinerki - https://github.com/Xinerki/'
url 'https://github.com/Xinerki/kgv-blackjack'
shared_scripts {
'coords.lua',
}
client_scripts{
'client/*.lua'
}
server_scripts{
'server/*.lua'
}