14 lines
307 B
Lua
14 lines
307 B
Lua
fx_version 'adamant'
|
|
game 'gta5'
|
|
|
|
author 'Disabled Coding'
|
|
description 'A casino resource for which you do not have to sell a kidney for'
|
|
version '1.0.0'
|
|
repository 'https://github.com/Disabled-Coding/dc-casino'
|
|
|
|
shared_script 'config.lua'
|
|
client_script 'client.lua'
|
|
server_script 'server.lua'
|
|
|
|
lua54 'yes'
|