[HELP]How to change color of the text in pawno?[HELP] - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]How to change color of the text in pawno?[HELP] (
/showthread.php?tid=496696)
[HELP]How to change color of the text in pawno?[HELP] -
ChristianIvann09 - 23.02.2014
HI,
I need a help about changing the text color in pawno? please give the code
Like this:
Owner:Ivann- test123
AW: [HELP]How to change color of the text in pawno?[HELP] -
Infra - 23.02.2014
You mean like this? {000080}Owner:{FFA500}Ivann- {FFFFFF}test123
Re: AW: [HELP]How to change color of the text in pawno?[HELP] -
ChristianIvann09 - 23.02.2014
Quote:
Originally Posted by Infra
You mean like this? {000080}Owner:{FFA500}Ivann- {FFFFFF}test123
|
Yes, But i want it like:
If player join they see that text
AW: [HELP]How to change color of the text in pawno?[HELP] -
Infra - 23.02.2014
SendClientMessage(playerid, 0xFFFFFFFF, "{000080}Owner:{FFA500}Ivann- {FFFFFF}test123");
Re: [HELP]How to change color of the text in pawno?[HELP] -
Tadas - 23.02.2014
Put this code under OnPlayerConnect callback.
PHP код:
SendClientMessage(playerid, 0xFFFFFFFF, "{000080}Owner:{FFA500}Ivann- {FFFFFF}test123");
+rep if I help you