17.03.2013, 10:26
That's why. It's an incorrect way when you're using it like that.
It should be:
And note that you can't use it like this:
In case you want to use it like this just change to:
and then
It should be:
pawn Код:
#define PLAVA "{2641FE}"
#define ZUTA "{DABB3E}"
pawn Код:
SendClientMessage( playerid, PLAVA, string );
pawn Код:
#define PLAVA_ 0x2641FEAA
#define ZUTA_ 0xDABB3EAA
pawn Код:
SendClientMessage( playerid, PLAVA_, string );