18.12.2010, 16:31
I'll make another example:
> color which will be used now: RED | From: colorpicker.com <
Result:
Another test:
> color which be used: RED | From: SA-MP color picker
Result:
That's the insue: I can't use colors from colorpicker.com for send normal messages. Just for formatted messages, but not for
> color which will be used now: RED | From: colorpicker.com <
pawn Код:
SendClientMessage(playerid, FF0000, "text: 1234");
Код:
C:\Documents and Settings\F e L i P e\Desktop\0.3c - RC5\filterscripts\adminx.pwn(570) : error 017: undefined symbol "FF0000"
> color which be used: RED | From: SA-MP color picker
pawn Код:
SendClientMessage(playerid, 0xFF0000FF, "lol");
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
pawn Код:
SendClientMessage(playerid,COLOR_HERE,"MESSAGE);