ed
This commit is contained in:
parent
993501dc99
commit
5f0d428070
18 changed files with 1236 additions and 49 deletions
16
resources/[inventory]/muhaddil-machines/fxmanifest.lua
Normal file
16
resources/[inventory]/muhaddil-machines/fxmanifest.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
author 'Muhaddil'
|
||||
description 'FiveM script that adds vending machines'
|
||||
version 'v1.0.1'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
'@ox_lib/init.lua',
|
||||
}
|
||||
|
||||
client_script 'client.lua'
|
||||
|
||||
server_script 'server/*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue