02.03.2014, 10:53
C_WHI is defined correctly. Is C_RED defined as?
He uses "," because at the next line there's 1 more variable.
You have to use "" around the C_RED and C_WHI, otherwise they'll be taken as text. Also C_WHI must be defined as "{FFFFFF}" because it's a string, not an integer.
pawn Код:
#define C_RED "{FF0000}"
Quote:
|
pawn Код:
pawn Код:
|
Quote:
|
pawn Код:
pawn Код:
pawn Код:
Do the same with the other color. |


