SA-MP Forums Archive
SendClientMessage: alpha - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SendClientMessage: alpha (/showthread.php?tid=103794)



SendClientMessage: alpha - Damn Right M.I.A! - 21.10.2009

Hey I notice the alpha (color) is not working
Quote:

SendClientMessage(playerid, 0xR(red)G(green)B(blue)A(Alpha), const msg[]);

but
Quote:

SendClientMessage(playerid, 0x27FFFF80, "loooooool");

doesn't seems it works

red: 39
green: 255
blue: 255
alpha: 128

Ehmm..?


Re: SendClientMessage: alpha - Wanted1900 - 21.10.2009

Look at this page, at "Alpha values (transparency)".

https://sampwiki.blast.hk/wiki/Colors_List


Re: SendClientMessage: alpha - Damn Right M.I.A! - 21.10.2009

I meant SendClientMessage.. the map icon working fine.
It also explains what I said. lol
sryz badz0r English.


Re: SendClientMessage: alpha - Joe Staff - 21.10.2009

Alpha transparency only affects the player's map icon, nothing else.