View Single Post
Author Message
MAGNET12
Member
Join Date: Dec 2017
Old 08-12-2018 , 07:11   [CS:GO] MailboxGO - In-Game mailboxing system
Reply With Quote #1

Note
I've just finished off first release of my plugin. Over time, there will be some enhancements, such as ConVars. For now I release project, that hasn't appeared on any server, which is the reason I would like you to help me catching some bugs, if there are any

Description
This addon gives admin (default: ROOT flag) an opportunity to run his own 'mailboxes', that other players can send messages to. There are various ways to use this plugin - a tool for cheaters reporting system, announcements system, informing about incoming competitions and ultimatively - its results, a special award for VIP - his own mailbox (if you have any interesting ideas write them down in the comments please!). Everything is based on SQLite.

!mb - opens the menu







As you can see, admin can control a lot of things - he can set description, password, mailbox capacity (max 50 messages each) and mailbox type:

Public - everyone can send messages to it
Limited - only VIPs can send messages (default: CUSTOM1)
Announcement - a typical announcement mailbox - everyone can read it's content, but only admin can manage it

What's important, boxes can be created only by admin, but for managing purposes the only requirement is password, which means, that we can hand it over a normal player, or admin without ROOT flag.

After we have logged-in, we can browse messages, delete them and change mailbox parameters (description, password). Root admin can also see SteamID of player, that has sent the message.

All the text operations are based on chat insertion - made in an intuitive way. Each message has its title and can hold up to 5 lines with 50 characters each

ConVars
There will be for sure ;)

Available translations:
English

Available colors to use: {default}, {darkred}, {purple}, {green}, {lightgreen}, {mediumgreen}, {lightred}, {lightpurple}, {yellow}, {greyblue}, {blue}, {violet}, {firered}

Instruction
Transfer the package content to the compiler and...compile it

Changelog

Code:
0.0.1 - Plugin release

0.0.2:
- minor fixes
- added translation file
- changed colors
- added color tags replacements







Download

GitHub
Or attachment:
Attached Files
File Type: zip MailboxGO.zip (349.4 KB, 132 views)
__________________

Last edited by MAGNET12; 08-26-2018 at 11:27.
MAGNET12 is offline