02.06.2015, 12:06
SendLongMessage
IntroductionAutomated message splitter for sa-mp. There are lots of message splitters but there are no message splitter with colour code support. This plugin has colour-code support. Your last colour code will be applied in next lines. Also this plugin splits message by space. You will not see divided words like:
Код:
Hello un... ...iverse.
Код:
/* * * @File: slm.inc * @Author: Rancho * @Description: slm class * */ #if defined _slm_included #endinput #endif #define _slm_included #pragma library SendLongMessage native SendLongMessage ( playerid, color, msg[] ); native SendLongMessageToAll ( color, msg[] );
Screenshots will be added soon.
OS Support
Currently, plugin is only supported on Linux
Download
Compiled binaries and source files will always be here:
GitHub Releases Page
The source can be browsed here. This repository can also be cloned.