td editor help
#1

hey guys i've been using archis td editor
and i've got this one
Код:
new PlayerText:TDEditor_PTD[MAX_PLAYERS][3];

	TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 304.166625, 143.851806, "Objects_Streaming~n~~n~~n~please_wait_5_seconds");
	PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.287500, 1.226665);
	PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 0.000000, 225.000000);
	PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 2);
	PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -16776961);
	PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][0], 1);
	PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][0], 1344078079);
	PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
	PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 0);
	PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], -1743453953);
	PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 2);
	PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
	PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
but how do i display it to a player? I tried
Код:
TextDrawShowForPlayer(playerid, TDEditor_PTD);
and some other options but without anyluck..

can anyone clear this for me? :O thanks
Reply


Messages In This Thread
td editor help - by MrCesar - 25.06.2017, 07:23
Re: td editor help - by JasonRiggs - 25.06.2017, 14:50
Re: td editor help - by Pottus - 25.06.2017, 14:55
Re: td editor help - by JasonRiggs - 25.06.2017, 15:14
Re: td editor help - by MrCesar - 25.06.2017, 15:28
Re: td editor help - by KingSenpai - 25.06.2017, 15:34
Re: td editor help - by Sew_Sumi - 25.06.2017, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)