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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (
/showthread.php?tid=148487)
Help -
traxrex - 17.05.2010
How to change The Text color For normal Messages
Re: Help -
ViruZZzZ_ChiLLL - 17.05.2010
Like, SendClientMessage?
Re: Help -
DaneAMattie - 17.05.2010
Quote:
Originally Posted by traxrex
How to change The Text color For normal Messages
|
SendClientMessage(playerid, color (in hex), "Message");
Re: Help -
ViruZZzZ_ChiLLL - 17.05.2010
Or you can just use my include and just put it in as
pawn Код:
#include <a_a_vinc>
SendClientMessage(playerid, Red, "message");
http://solidfiles.com/d/04e/<~ download that
The main colors are in that include, like Red, Blue, Black, White, etc...
Re: Help -
Naxix - 17.05.2010
Quote:
Originally Posted by DaneAMattie
Quote:
Originally Posted by traxrex
How to change The Text color For normal Messages
|
SendClientMessage(playerid, color (in hex), "Message");
|
He means when they talk in chat box.
OnPlayerSpawn add:
Код:
SendClientMessageToAll(hex color,text);
Replace "hex color" with a color :b
Re: Help -
traxrex - 17.05.2010
Change the color In which Every people Talk in A Rp Server
Re: Help -
Naxix - 17.05.2010
Quote:
Originally Posted by traxrex
Change the color In which Every people Talk in A Rp Server
|
I think they use white for public chat?
Re: Help -
traxrex - 17.05.2010
Yea How to change That white to an other color in my server
Re: Help -
Naxix - 17.05.2010
Here is an example with red.
Код:
SendClientMessageToAll(0xFF3333AA,text);
Re: Help -
DaneAMattie - 17.05.2010
or he means the player colors? SetPlayerColor(playerid,Color in hex);