Clickable textdraws.
#9

I'm always using player textdraw for clickable textdraws.

In your case I think you don't need that Text:

Код:
TextDrawSetSelectable(GLOBAL_TD[14], 1);
This is how i'm creating them

Код:
Name[playerid] = CreatePlayerTextDraw(playerid, 550.000000, 136.000000, "YES");
PlayerTextDrawSetSelectable(playerid, Name[playerid], 1);
Reply


Messages In This Thread
Clickable textdraws. - by AfikAtashga - 09.05.2014, 21:49
Re: Clickable textdraws. - by AfikAtashga - 10.05.2014, 09:11
Re: Clickable textdraws. - by AfikAtashga - 13.05.2014, 12:44
Re: Clickable textdraws. - by Madd92 - 13.05.2014, 20:18
Re: Clickable textdraws. - by AfikAtashga - 14.05.2014, 18:13
Re: Clickable textdraws. - by AfikAtashga - 16.05.2014, 05:19
Re: Clickable textdraws. - by xConnor - 16.05.2014, 06:21
Re: Clickable textdraws. - by AfikAtashga - 16.05.2014, 19:19
Re: Clickable textdraws. - by edzis84 - 16.05.2014, 19:47
Re: Clickable textdraws. - by AfikAtashga - 18.05.2014, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)