Scripts/resources/[qb]/[qb_casino]/casino-blackjackKGV/fxmanifest.lua

21 lines
327 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
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'
}