18.05.2010, 00:25
I dont know how to add color to this
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;