01.05.2013, 16:13
Hello all! I have a simple question. I am kinda new to scripting so its not that easy for me yet, I've tried several solutions but it seems to not working.
Okay so basically. This code
I want to add yellow color to it so when an admin is on duty and writes at the chat its written in yellow and not regular color.
So it looks like Name_Lastname says: Hello!
How can I do this?
Thanks!
Okay so basically. This code
Код:
if(PlayerInfo[playerid][pAdminDuty] == 1) { format(string, sizeof(string), "%s says: %s", sendername, text);
So it looks like Name_Lastname says: Hello!
How can I do this?
Thanks!