forked from Simnation/Main
20 lines
No EOL
330 B
Lua
20 lines
No EOL
330 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
author 'Mîhó'
|
|
description 'Kartverleih mit Mietzeit-Management'
|
|
version '1.0.0'
|
|
lua54 'yes'
|
|
|
|
shared_script '@ox_lib/init.lua'
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'client/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'config.lua',
|
|
'server/*.lua'
|
|
}
|
|
shared_script "@AdvancedParking/fixDeleteVehicle.lua" |