Add persistent PDA Messages. Requirements: - [ ] Allow users (chars) to send persistent messages between each other - [ ] Allow CCIA to send messages to multiple users at the same time - [ ] Allow users to report inappropriate messages - [ ] If a new message is added to the db, notify the server of the new message ToDo: - [ ] Create the DB Layout - [ ] Create the WI pages to send and receive messages - [ ] [Implement the API in the WI](https://github.com/Aurorastation/SS13-API/blob/master/src/ServerQuery.php) to notifiy the server of new messages - [ ] Write the Serverside implementation of the API - [ ] Write the Ingame interface Ingame Interface: - [ ] Allow Sending and Retrieving Persistent Messages - [ ] Add a proc to fetch new messages for a given userid from the db if the api is called
Add persistent PDA Messages.
Requirements:
ToDo:
Ingame Interface: