SA-MP Forums Archive
[FilterScript] Random TextDraw Messages - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Random TextDraw Messages (/showthread.php?tid=501669)



Random TextDraw Messages - Remba031 - 19.03.2014

I decided to release a filterscript that shows random textdraw messages.
Here is a screenshot so you can see how it looks like:


This is my first release and i hope you like it.

You should change these before using:

Code:
#define NEW_RANDOM_MESSAGE 20 // Every 20 seconds new random message will appear
#define SERVER_NAME_COLOR 0xB8860BAA // The color of the server name
#define SERVER_NAME "THE BEST SERVER" // Your server name

    "Random Message 1",
    "Random Message 2",
    "Random Message 3"
You can add more random messages just make sure the last has no ','.

Download:
http://pastebin.com/mJvQ1Q0j


Re: Random TextDraw Messages - AdHaM612 - 20.03.2014

Nice Idea +REP