SA-MP Forums Archive
PlayerTextDrawSetSelectable Problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayerTextDrawSetSelectable Problem. (/showthread.php?tid=586343)



PlayerTextDrawSetSelectable Problem. - Lunoxel - 21.08.2015

Hi, I have a problem with this function (PlayerTextDrawSetSelectable). When used on several sites adjacent TextDraw problem occurs. When you hold the cursor over a TextDraw, tangle with each other. How can I solve this problem?
I did TextDraw sites:
Код:
DSPrev = CreatePlayerTextDraw(playerid, 241.250000, 377.833343, "<<");
	PlayerTextDrawLetterSize(playerid, DSPrev, 0.449999, 1.600000);
	PlayerTextDrawAlignment(playerid, DSPrev, 1);
	PlayerTextDrawColor(playerid, DSPrev, -1);
	PlayerTextDrawSetShadow(playerid, DSPrev, 0);
	PlayerTextDrawSetOutline(playerid, DSPrev, 1);
	PlayerTextDrawBackgroundColor(playerid, DSPrev, 51);
	PlayerTextDrawFont(playerid, DSPrev, 0);
	PlayerTextDrawSetProportional(playerid, DSPrev, 1);
	PlayerTextDrawSetSelectable(playerid, DSPrev, true);
Here is a video:
https://www.youtube.com/watch?v=wYfuYJZcIB4

P.S: Sorry for my bad English, I used ****** Translate.


Re: PlayerTextDrawSetSelectable Problem. - Lunoxel - 21.08.2015

Solved.