Selecting textdraw problem
#1

I'm trying to make a little close button for my textdraw. The X button should become white when selected.
But when I hover my mouse over the orange part that I drew, the X becomes white.
How do I only make the X clickable when the mouse is on it?



Код:
	XSign = TextDrawCreate(591.999877, 121.125930, "X");
	TextDrawTextSize(XSign, 574.999511, 574.999511);
	TextDrawLetterSize(XSign, 0.400000, 1.600000);
	TextDrawColor(XSign, 0xFF0000FF);
	TextDrawSetShadow(XSign, 0);
	TextDrawSetOutline(XSign, 0);
	TextDrawFont(XSign, 2);
	TextDrawSetSelectable(XSign, 1);
Reply


Messages In This Thread
Selecting textdraw problem - by PeanutButter - 06.11.2016, 10:49
Re: Selecting textdraw problem - by GoldenLion - 06.11.2016, 12:03
Re: Selecting textdraw problem - by Threshold - 06.11.2016, 12:09
Re: Selecting textdraw problem - by PeanutButter - 06.11.2016, 12:46
Re: Selecting textdraw problem - by StrikerZ - 06.11.2016, 13:22
Re: Selecting textdraw problem - by ISmokezU - 06.11.2016, 13:32
Re: Selecting textdraw problem - by StrikerZ - 06.11.2016, 13:34
Re: Selecting textdraw problem - by PeanutButter - 06.11.2016, 14:17
Re: Selecting textdraw problem - by Pottus - 06.11.2016, 15:15

Forum Jump:


Users browsing this thread: 4 Guest(s)