Problem. GUI and 0.3c Colors
#10

You are using
pawn Код:
#define BLUE        "{F9E8B7}"
And
pawn Код:
"#BLUE"
It's as same as putting 2 of ' " '
You are actually doing
pawn Код:
"#"{F9E8B7}""
So, remove the "'s in the #define.
pawn Код:
#define BLUE        {F9E8B7}
Reply


Messages In This Thread
Problem. GUI and 0.3c Colors - by Raimis_R - 08.03.2011, 16:38
Re: Problem. GUI and 0.3c Colors - by HyperZ - 08.03.2011, 16:47
Re: Problem. GUI and 0.3c Colors - by Raimis_R - 08.03.2011, 16:52
Re: Problem. GUI and 0.3c Colors - by HyperZ - 08.03.2011, 16:53
Re: Problem. GUI and 0.3c Colors - by Raimis_R - 08.03.2011, 17:02
Re: Problem. GUI and 0.3c Colors - by Montis123 - 08.03.2011, 17:31
Re: Problem. GUI and 0.3c Colors - by Raimis_R - 08.03.2011, 18:00
Re: Problem. GUI and 0.3c Colors - by yoan103 - 08.03.2011, 18:02
Re: Problem. GUI and 0.3c Colors - by Raimis_R - 08.03.2011, 18:04
Re: Problem. GUI and 0.3c Colors - by Mean - 08.03.2011, 18:11

Forum Jump:


Users browsing this thread: 2 Guest(s)