Vice City Multiplayer

VC:MP 0.4 (Beta) => Script Discussion => Topic started by: sseebbyy on October 03, 2014, 02:28:19 pm

Title: Unable to set alpha for client messages
Post by: sseebbyy on October 03, 2014, 02:28:19 pm
I just found out we are able to send messages with specified alpha, in chat, using
Code: [Select]
ClientMessageToAll( string message, int r, int g, int b, int a = 255 )But when I wanted to test it in game, surprise ! The alpha can't be set, it is just 255.