--VT Surfing
surfingpapers = {
name = "surfingpapers",
label = "Surfing Papers",
weight = 0,
type = "item",
image = "surfingpapers.png",
unique = true,
useable = false,
shouldClose = false,
combinable = nil,
description = "Surfing documents. You have known surf for rent. You need this document to return it."
},
OX_Inventory
Add item to ox_inventory/data/items.lua
--VT Surfing
["surfingpapers"] = {
label = "Surfing Papers",
weight = 0,
stack = false,
close = false,
description = "Surfing documents. You have known surf for rent. You need this document to return it.",
client = {
image = "surfingpapers.png",
}
},