Color - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Color (
/showthread.php?tid=506203)
Color -
Ananisiki - 12.04.2014
I set npc color to COLOR_WHITE but it show grey? why this
Re: Color -
ChandraLouis - 12.04.2014
the line ?
Re: Color -
ChristianIvann09 - 12.04.2014
Try this color.
COLOR_REALWHITE, make sure you defined it
Put this at the top of your script
Код:
define COLOR_REALWHITE 0xFFFFFFFF
Re: Color -
Ananisiki - 12.04.2014
Thanks, +rep