1
0
mirror of https://github.com/kasuganosoras/YumV synced 2024-11-23 04:52:51 +08:00

Create __resource.lua

This commit is contained in:
Akkariin Meiko 2019-08-03 11:27:01 +08:00 committed by GitHub
parent 3789a3522b
commit ae2e348de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
__resource.lua Normal file
View File

@ -0,0 +1,14 @@
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
name 'Yum'
description 'A FiveM plugin allow you install a plugin by command'
author 'Akkariin (www.zerodream.net)'
version 'v1.0.0'
url 'https://yumv.net/'
client_debug_mode 'false'
server_debug_mode 'false'
experimental_features_enabled '0'
server_scripts {
'main_server.lua',
}