forked from Simnation/Main
19 lines
237 B
Lua
19 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'
|
||
|
}
|