How To ID Codes Corlor - 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: How To ID Codes Corlor (
/showthread.php?tid=633344)
How To ID Codes Corlor -
ducmcmca1 - 29.04.2017
How To Code Color Radio , Not Hex Color
Re: How To ID Codes Corlor -
Sebz - 29.04.2017
If you want to change the text color of the message they're sending and not the actual radio text, use Color Embedding.
https://sampwiki.blast.hk/wiki/Colour_Embedding
Re: How To ID Codes Corlor -
ducmcmca1 - 29.04.2017
I need ID Code Color Same Color Radio
Re: How To ID Codes Corlor -
JessThompson - 29.04.2017
You need what now?
Re: How To ID Codes Corlor -
ducmcmca1 - 30.04.2017
I need a light yellow color code
Re: How To ID Codes Corlor -
IceBilizard - 30.04.2017
Something like this
PHP код:
new string[100], playername[64];
GetPlayerName(playerid, playername, MAX_PLAYER_NAME);
format(string,sizeof(string), "Radio: %s: Hello all i am testing the color of radio", playername);
SendClientMessageToAll(0xFFFF99FF, string);