SA-MP Forums Archive
[FilterScript] Colourtext system [ZCMD + Y_INI] - 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] Colourtext system [ZCMD + Y_INI] (/showthread.php?tid=595891)



Colourtext system [ZCMD + Y_INI] - xTURBOx - 09.12.2015

Colour TEXT system v1.0 [ZCMD + Y_INI]
FeaturesCommandsPictures



IMPORTANT NOTES
the data will be saved to the directory
Код:
SERVERFILES/scriptfiles/Users/Coloured Text
So make sure you have created that folder

Download
Download Link (SolidFiles):click me (recomended)
Download Link (Pastebin):Click Me


Re: Colourtext system [ZCMD + Y_INI] - Kaperstone - 09.12.2015

And what if I have custom chat text structure ? like
[Job] Faggio[156][Player]: %s [1531.3513, 315.351]


Re: Colourtext system [ZCMD + Y_INI] - xTURBOx - 09.12.2015

Then you need to edit on text to suit your needs
Код:
        format(str, sizeof(str), "{0000FF}%s",text[0]);
        SendPlayerMessageToAll(playerid, str);



Re: Colourtext system [ZCMD + Y_INI] - Compiler - 08.02.2016

Can we use RGB Codes to send a single message with different colors ?


Re: Colourtext system [ZCMD + Y_INI] - xTURBOx - 10.02.2016

Example to multi-color message is
SendClientMessageToAll (-1,"{FF0000} this is red {00FF00} and rhis is green);
Html color codes not rgb


https://colorpickersamp.codeplex.com/
^^ a color picker designed for samp


Re: Colourtext system [ZCMD + Y_INI] - Compiler - 10.02.2016

Dude I was asking that can We use HTML codes Ingame to send messages wth different colors in one Message.

Like When we press T or F6 and type
Quote:

{FF0000} this is red {00FF00} and rhis is green.




Re: Colourtext system [ZCMD + Y_INI] - xTURBOx - 11.02.2016

Quote:
Originally Posted by Compiler
Посмотреть сообщение
Dude I was asking that can We use HTML codes Ingame to send messages wth different colors in one Message.

Like When we press T or F6 and type
No you can't, it works on sendclientmessage
https://sampforum.blast.hk/showthread.php?tid=600471
here is a filterscript designed for that purpose


Re: Colourtext system [ZCMD + Y_INI] - Godly - 14.02.2016

Nice job.


Respuesta: Colourtext system [ZCMD + Y_INI] - Sakuragi - 15.02.2016

Not Bad.


Re: Respuesta: Colourtext system [ZCMD + Y_INI] - xTURBOx - 15.02.2016

Quote:
Originally Posted by Godly
Посмотреть сообщение
Nice job.
Quote:
Originally Posted by Sakuragi
Посмотреть сообщение
Not Bad.
Thanks Guys