Skip to content

Commit

Permalink
chore: update fxmanifest 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Oct 31, 2024
1 parent 4452ac2 commit 7a9037a
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions server-data/resources/[maps]/gabz_mrpd/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
fx_version 'bodacious'
game 'gta5'
fx_version("bodacious")
game("gta5")

author 'GABZ'
description 'MRPD'
version '1.0.1'
author("GABZ")
description("MRPD Police Map ")
version("1.0.2")

this_is_a_map 'yes'
this_is_a_map("yes")

data_file("TIMECYCLEMOD_FILE")("gabz_mrpd_timecycle.xml")
data_file("INTERIOR_PROXY_ORDER_FILE")("interiorproxies.meta")

data_file 'TIMECYCLEMOD_FILE' 'gabz_mrpd_timecycle.xml'
data_file 'INTERIOR_PROXY_ORDER_FILE' 'interiorproxies.meta'
files({
"gabz_mrpd_timecycle.xml",
"interiorproxies.meta",
})

files {
'gabz_mrpd_timecycle.xml',
'interiorproxies.meta'
}

client_script {
"gabz_mrpd_entitysets.lua"
}
client_script({
"gabz_mrpd_entitysets.lua",
})

0 comments on commit 7a9037a

Please sign in to comment.