09.03.2016, 19:26
Quote:
Hex codes are automatically removed from player input in SA-MP 0.3(e?)+. If you try entering a hex code in SA-MP using the chatbox or a dialog, it will be automatically removed. You need to find an alternative that will replace your input with a hex code.
Example: /label {red}This is red. {yellow}This is yellow. Then you simply replace {red} with {FF0000} and {yellow} with {FFFF00}. |
Код:
#define RED {FF0000} #define GREEN {00FF00}
/label GREENThis is green\nREDThis is red
then it shows as text