Wert Blackmarket Phone
You can access the setup information you need about this product
INSTALLATION
1 - Upload the script folder to the location of your resources
2 - Don't forget to check that your target system and polyzone script are working
3 - Do not forget to add all the sql files contained in the folder to your database
4 - Don't forget to add the item code found below to your item list
5 - Please add wertblackmarket metadata row in your qbx_core/server/player.lua For example photo (For the level system)
playerData.metadata.wertblackmarketlevel = playerData.metadata.wertblackmarketlevel or 0

6 - Installation successful, have a good funs
ITEM
( If u use ox_inventory please convert ox_inventory item format )
```lua
["blackmarket_phone"] = {
["name"] = "blackmarket_phone",
["label"] = "Blackmarket Phone",
["weight"] = 0,
["type"] = "item",
["image"] = "blackmarket_phone.png",
["unique"] = true,
["useable"] = true,
["shouldClose"] = true,
["combinable"] = nil,
["description"] = "A Phone"
},
```
LEVEL MAIL TRIGGER
If you are going to send the email to grant a level, you can use this code.
CLIENT EXPORTS
SERVER EXPORTS
Last updated