Hexadecimal colors in my script? (and DB)
#10

Quote:
Originally Posted by DarrenReeder
Посмотреть сообщение
If i convert Hex (IE FF0000) to a Int. (16711680) would i be able to use 16711680 like:

Код:
SendClientMessage(playerid, 16711680, "I am f**king awesome ");
EDIT:
Nevermind, it doesnt
This will work, but red in sa-mp is FF000000 (4278190080) not FF0000 (16711680)

If you use 4278190080, you will get a message with red color.

pawn Код:
SendClientMessage(playerid, 4278190080, "I am f**king awesome ");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)