errors
#9

Quote:
Originally Posted by Gold_Master
Посмотреть сообщение
#define PLAVA 0x2641FEAA
#define ZUTA 0xDABB3EAA
That's why. It's an incorrect way when you're using it like that.
It should be:

pawn Код:
#define PLAVA "{2641FE}"
#define ZUTA "{DABB3E}"
And note that you can't use it like this:
pawn Код:
SendClientMessage( playerid, PLAVA, string );
In case you want to use it like this just change to:
pawn Код:
#define PLAVA_ 0x2641FEAA
#define ZUTA_ 0xDABB3EAA
and then
pawn Код:
SendClientMessage( playerid, PLAVA_, string );
Reply


Messages In This Thread
errors - by Gold_Master - 14.03.2013, 22:01
Re: errors - by Gold_Master - 15.03.2013, 12:40
Re: errors - by P3DRO - 15.03.2013, 13:23
Re: errors - by Konstantinos - 15.03.2013, 13:33
Re: errors - by Gold_Master - 15.03.2013, 13:53
Re: errors - by Konstantinos - 16.03.2013, 10:12
Re: errors - by Gold_Master - 16.03.2013, 10:34
Re: errors - by mineralo - 16.03.2013, 10:43
Re: errors - by Konstantinos - 17.03.2013, 10:26

Forum Jump:


Users browsing this thread: 3 Guest(s)