20.10.2012, 20:31
https://sampwiki.blast.hk/wiki/Colour_Embedding
Put this macro somewhere at the top (maybe under your default colours)
Answer:
You have received errors because the white colour which you used is not in HEX type. HEX type is RRGGBB, so basicly after "0x" from yours "COLOR_WHITE" macro the first six letters/numbers are the HEX to type into message/dialog or whatever you want.
pawn Код:
#define COL_WHITE "{FFFFFF}"
Answer:
You have received errors because the white colour which you used is not in HEX type. HEX type is RRGGBB, so basicly after "0x" from yours "COLOR_WHITE" macro the first six letters/numbers are the HEX to type into message/dialog or whatever you want.