Clickable TextDraw Problem
#3

Quote:
Originally Posted by renatog
Посмотреть сообщение
To define textdraw's clickable area you need to use TextDrawTextSize:
The "X" parameter you need to provide textdraw's X position plus it's clickable area in X axis;
The "Y" parameter you need to provide only the clickable area in Y axis;

e.g.
Let's say you have a textdraw in position (100.0, 150.0) and the clickable area in X/Y axis is aX, aY;
PHP код:
MyTextDraw TextDrawCreate(100.0150.0,"Example TextDraw");
TextDrawTextSize(MyTextDraw100.0 aXaY); 
Thanks! +rep
Reply


Messages In This Thread
Clickable TextDraw Problem - by adri[4]Life - 05.06.2017, 17:28
Re: Clickable TextDraw Problem - by renatog - 05.06.2017, 17:39
Re: Clickable TextDraw Problem - by adri[4]Life - 05.06.2017, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)