[Ajuda] Cores do TextDrawColor
#5

TextDraw:
Код:
Textdraw12 = TextDrawCreate(507.199645, 95.573303, ".");
	TextDrawLetterSize(Textdraw12, 1.194795, 4.504528);
	TextDrawAlignment(Textdraw12, 1);
	TextDrawSetShadow(Textdraw12, 0);
	TextDrawSetOutline(Textdraw12, 1);
	TextDrawBackgroundColor(Textdraw12, 51);
	TextDrawFont(Textdraw12, 1);
	TextDrawSetProportional(Textdraw12, 1);
Teste:
Код:
if(cache_num_rows() > 0)
	{
	    TextDrawSetString(Textdraw12, "teste bem maneirinho");
		TextDrawBackgroundColor(Textdraw12, 0xFF0000FF);
		SendClientMessage(playerid, 0xFF0000FF, "login aqui oh");
	}
	else
	{
	    TextDrawSetString(Textdraw12, "tйstandу");
	    TextDrawBackgroundColor(Textdraw12, 0x00FF00FF);
	    SendClientMessage(playerid, 0x00FF00FF, "registro das parada louca");
	}
Reply


Messages In This Thread
Cores do TextDrawColor - by RafaelOsio - 11.02.2015, 02:34
Re: Cores do TextDrawColor - by #Luca[S]. - 11.02.2015, 02:46
Re: Cores do TextDrawColor - by RafaelOsio - 11.02.2015, 02:52
Re: Cores do TextDrawColor - by JonathanFeitosa - 11.02.2015, 03:20
Re: Cores do TextDrawColor - by RafaelOsio - 11.02.2015, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)