# CM CCTV

## -----INSTALLATION------

## STEP 1 - Drag And Drop

Drag cm-notification into your resources folder.

## STEP 2 - Add SQL

```sql
CREATE TABLE IF NOT EXISTS `cmcctv` (
  `cid` varchar(50) DEFAULT NULL,
  `cameradata` longtext DEFAULT NULL,
  `camID` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
```

### Preview Video

{% embed url="<https://youtu.be/D2rOwB6PH0g>" %}

## TEBEX

<https://shopcm.tebex.io/category/free>

## Discord

<https://discord.gg/vgHzAv7u>
