clickable textdraw
#3

Код:
new PlayerText:Textdraw6[MAX_PLAYERS] = {PlayerText:INVALID_TEXT_DRAW, ...};

	Textdraw6[playerid] = CreatePlayerTextDraw(playerid, 286.500, 294.559, "Start");
	PlayerTextDrawLetterSize(playerid, Textdraw6[playerid], 0.449, 1.600);
	PlayerTextDrawTextSize(playerid, Textdraw6[playerid], 347.000, 8.399);
	PlayerTextDrawAlignment(playerid, Textdraw6[playerid], 1);
	PlayerTextDrawColor(playerid, Textdraw6[playerid], -1);
	PlayerTextDrawUseBox(playerid, Textdraw6[playerid], 1);
	PlayerTextDrawBoxColor(playerid, Textdraw6[playerid], 6553410);
	PlayerTextDrawSetOutline(playerid, Textdraw6[playerid], 1);
	PlayerTextDrawBackgroundColor(playerid, Textdraw6[playerid], 51);
	PlayerTextDrawFont(playerid, Textdraw6[playerid], 2);
	PlayerTextDrawSetProportional(playerid, Textdraw6[playerid], 1);
	PlayerTextDrawSetSelectable(playerid, Textdraw6[playerid], true);
Reply


Messages In This Thread
clickable textdraw - by R4VER - 12.09.2012, 10:33
Respuesta: clickable textdraw - by Siralos - 12.09.2012, 10:35
Re: clickable textdraw - by R4VER - 12.09.2012, 10:37
Respuesta: clickable textdraw - by Siralos - 12.09.2012, 10:39
Re: clickable textdraw - by R4VER - 12.09.2012, 10:45
Re: clickable textdraw - by Vince - 12.09.2012, 10:51
Re: clickable textdraw - by R4VER - 12.09.2012, 12:55
Re: clickable textdraw - by R4VER - 12.09.2012, 13:01
Re: clickable textdraw - by R4VER - 12.09.2012, 13:19

Forum Jump:


Users browsing this thread: 2 Guest(s)