27.11.2013, 17:22
Hello!
Include MSG is used for easy formatting and thickening of the text.
In this include use SendClientMessage function normally and SendClientMessageToAll, except that we have the additional option of formatting and thickening of the text.
example:
Include is primarily intended for people who do not like to do the tables and their format, and only then send.
Special thanks to bartekdvd who helped to download the appropriate bold for each color.
Download
Include MSG is used for easy formatting and thickening of the text.
In this include use SendClientMessage function normally and SendClientMessageToAll, except that we have the additional option of formatting and thickening of the text.
example:
Код:
new c = 5; SendClientMessage(playerid, 0xFF0000, "* The value of the variable {b}c{/b} to {b}%d{/b}.", c); SendClientMessageToAll(0xFF0000, "*(All) The value of the variable {b}c{/b} to {b}%d{/b}.", c);
Special thanks to bartekdvd who helped to download the appropriate bold for each color.
Download