1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/Carplate/fxmanifest.lua

21 lines
248 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
description 'Kennzeichen-Änderung mit Tuch-Overlay'
lua54 'yes'
shared_script '@ox_lib/init.lua'
server_scripts {
'server.lua'
}
client_scripts {
'client.lua'
}
files {
'stream/platecover.ydr'
}