Installation
Asset download
1. Download your resource from FiveM's Keymaster.
2. Unzip zip folder and place it into your resource folder.
3. Add ensure l2s-gangsturf to your server start config. Make sure to place anywhere below the framework and dependencies resources.
installation
1. Put l2s-gangsturg inside resource.
2. Start this script.
3. Run SQL
4. Customize Your setting in config.lua
5. Add this item on qb-core/shared/items.lua || and add images in inventory [its in this script]
["turfspray"] = {
["name"] = "turfspray",
["label"] = "Gang Spray",
["weight"] = 1000,
["type"] = "item",
["image"] = "spray.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Gang Spray"
},
["spray_remover"] = {
["name"] = "spray_remover",
["label"] = "Spray Remover",
["weight"] = 1000,
["type"] = "item",
["image"] = "spray_remover.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = false,
["combinable"] = nil,
["description"] = "Gang Spray"
},Some Useful Exports :
Client :
server :
Last updated

