27.03.2011, 10:44
TextDrawColor must be before TextDrawShowForPlayer
pawn Код:
case 0:
{
format(classtitle,sizeof(classtitle),"Grove Families");
TextDrawSetString(Title,classtitle);
TextDrawColor(Title, COLOR_GROVE);
TextDrawShowForPlayer(playerid,Title);
}