Colors Helping
#1

hey, I would like to set on the command /o to announcem on ooc chat the administrator's level and his name, how can I set color only on the administrator's level?

Код:
format(string, sizeof(string), "(( Executive Administrator %s: %s ))", GetPlayerNameEx(playerid), params);
Thanks !
Reply
#2

Use {RRGGBB} ?
Reply
#3

Quote:
Originally Posted by Darkwood17
Посмотреть сообщение
Use {RRGGBB} ?
But, can you give me an example how do I use this color on the line I showed?
[4574F5]
Reply
#4

This code:
Код:
format(string, sizeof(string), "(( {FF0000}Executive Administrator %s:{FFFFFF} %s ))", GetPlayerNameEx(playerid), params);
will out put: (( Executive Administrator PlayerName: message... ))
the black will be white IG.
Download SA-MP color picker from: https://colorpickersamp.codeplex.com/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)