Posts: 342
Threads: 64
Joined: Aug 2013
Reputation:
0
Why can't I select a textdraw with TextDrawAlignment(textdraw, 1);??
This works fine but I need Alignment 1
TextDrawAlignment(textdraw, 2);
TextDrawTextSize(textdraw, 20, 35);
Posts: 241
Threads: 13
Joined: Jan 2014
It might be Because of ur Wrong TextDrawTextSize or TextDrawSetSelectable(textdraw, 0);
If ur textdraw have TextDrawSetSelectable(textdraw, 0); then, change the 0 value to 1.
It will look like this TextDrawSetSelectable(textdraw, 1);. Now check your problem in game.
If the problem is still there then use "Zamaroht's TextDraw Editor", it give perfect TextDrawTextSize. When u use it then u will see that that TextDrawTextSize is something like this TextDrawTextSize(textdraw, Some_value, 0.0000); . Now just change the value 0.0000 to 20.00. After changing it, it will look like this TextDrawTextSize(textdraw, Some_value, 20.0000);