# Wert Gps V2

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

1 - Add gps item your item list ( If u use ox\_inventory please convert ox\_inventory item format ).

```lua
-- Item
["gps"]     = {["name"] = "gps",    ["label"] = "GPS",    ["weight"] = 500,    ["type"] = "item",    ["image"] = "gps.png",    ["unique"] = false,    ["useable"] = true,    ["expire"] = nil,    ["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "The perfect device to track."},
```

2 - Drop the file into your resources folder

3 - Give start command to the cfg file as I mentioned below

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