mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
12 lines
197 B
Lua
12 lines
197 B
Lua
version '1.0.0'
|
|
description 'An example money system client.'
|
|
author 'Cfx.re <pr@fivem.net>'
|
|
|
|
fx_version 'bodacious'
|
|
game 'gta5'
|
|
|
|
client_script 'client.lua'
|
|
server_script 'server.lua'
|
|
|
|
lua54 'yes'
|