How to add color to Words like words in /commands
#7

Code:
if (strcmp("/commands", cmdtext, true, 10) == 0) // Shows the Commands List
	{
		SendClientMessage(playerid,0xAA3333AA,"Server Commands");
    SendClientMessage(playerid,0xAA3333AA,"/help /kill /rules");
		SendClientMessage(playerid,0xAA3333AA,"/help More Commands Soon!!");
		return 1;
How do i add color to the text that comes when u do /commands?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)