# Wert Taboo (Play and enjoy)

## <mark style="background-color:orange;">INSTALLATION</mark>

1 - Prepare the depends scripts and upload them to the resources folder.

* <mark style="background-color:purple;">DEPENDS</mark>
* qb-core (<https://github.com/qbcore-framework/qb-core>)
* qb-menu (<https://github.com/qbcore-framework/qb-menu>)
* qb-input (<https://github.com/qbcore-framework/qb-input>)

2 - Open server.cfg

3 - Give the command to start the script

4 - Add this items your item list :&#x20;

```lua
["tabukart"] = {
    ["name"] = "tabukart",
    ["label"] = "Taboo card",
    ["weight"] = 0,
    ["type"] = "item",
    ["image"] = "tabukart.png",
    ["unique"] = true,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Taboo card"
},

["tabudeste"] = {
    ["name"] = "tabudeste",
    ["label"] = "Taboo deck",
    ["weight"] = 0,
    ["type"] = "item",
    ["image"] = "tabudeste.png",
    ["unique"] = true,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Taboo deck"
},
```

5 - Everything is ok, have fun

### *<mark style="background-color:green;">Installation complete</mark>*
