13.03.2013, 17:35
Hello guys!
On http://www.nthelp.com/colorcodes.htm it says that 0xFFFFFF is white, but when I added it onto my script (i'm newbie scripter) it was light blue?
Is the website wrong, or the script? If it is the website, what's the white color code then?
My command code:
On http://www.nthelp.com/colorcodes.htm it says that 0xFFFFFF is white, but when I added it onto my script (i'm newbie scripter) it was light blue?
Is the website wrong, or the script? If it is the website, what's the white color code then?
My command code:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/information", cmdtext, true, 5) == 0) { SendClientMessage(playerid,0xFFFFFF,"Server information"); } return 0; }