Skip to content

Commit

Permalink
chore: update fxmanifest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 22, 2024
1 parent 907889c commit e5c87ce
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions server-data/resources/[maps]/SLBK11_MissionRow/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
fx_version 'adamant'
fx_version("adamant")
version "1.0.1"

game 'gta5'
game("gta5")

description 'mission row police map'

this_is_a_map 'yes'

client_script {
"client/main.lua"
}
description("mission row police map")

this_is_a_map("yes")

client_script({
"client/*.lua",
})

0 comments on commit e5c87ce

Please sign in to comment.