forked from Simnation/Main
18 lines
237 B
Lua
18 lines
237 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'Dein Name'
|
|
description 'QBCore Trinkgeld System'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server.lua'
|
|
}
|