๐Ÿ“ฑEncrypted Chat

Introduction

Encrypted Chat will allow players to view and post on an encrypted phone. This uses a social media style system that allows players to post messages with a custom username and profile picture.

circle-info

By default, the chat command /darkweb is used to open the phone, however, this can also be configured to any command or even set up to be opened by using an item.

Players can change their username, profile picture, and phone size on the settings page.

This is a standalone script, however, you can enable QBCore support within the config.


Installation

  • Download the power_encryptedChat from Keymaster

  • Run the .sql file in your database. It is located within the README folder.

  • Add the files to your resources folder

  • Ensure that the resource file will start (either ensure your resource in the server.cfg or inside a folder which is started on server start)

  • Edit the config file to your needs

  • Restart your server


Configuration

Select the tab below for your framework to see the configuration options available.


Editable files

client.lua

Custom Notifications

If you would like to edit the notifications to add your own custom notifications or to match them to your other server notifications, you can edit them in the client.lua file. Default notifications are as follows:

server.lua

Discord Webhook

If you would like to add a discord webhook, you can add it to the server.lua. Be sure to change the CHANGEME to your webhook URL.

Money Management

If you would like the money taken from the cost per message to be added into a money management fund, you can add in your custom code in the server.lua here:


Emojis

The following emoji's can be used within the chat with the following text codes

Last updated