24.07.2014, 06:38
Can someone teach me how make the Text in server 


SendClientMessage(playerid, color, "The string you want"); //playerid is the id of the person you want to send the text to. Color is the color you want it in an RGBA format. And the string is what you want to show.
SendClientMessageToAll(color, "Your string");
