ed
This commit is contained in:
parent
6d22d5f77c
commit
63fbc60a00
86 changed files with 8352 additions and 3428 deletions
24
resources/[Developer]/mh_Parking/fxmanifest.lua
Normal file
24
resources/[Developer]/mh_Parking/fxmanifest.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
fx_version 'cerulean'
|
||||
games { 'gta5' }
|
||||
|
||||
author 'Mîhó'
|
||||
description 'Park all your vehicles anywhere!'
|
||||
version '1.0.0'
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'config.lua',
|
||||
'sv_utils.lua',
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'cl_utils.lua',
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
exports {
|
||||
'GetVehiclePosition',
|
||||
'GetVehiclePositions'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue