[Q] OnPlayerClickTextDraw
#1

Hello, I wanted to know if this function is work with player textdraws or no?
Reply
#2

No.

Use this instead:
https://sampwiki.blast.hk/wiki/OnPlayerClickPlayerTextDraw
Reply
#3

One exemple code:



Код:
if(strcmp(cmd, "/choosetextdraw", true) == 0) // Par Jimmyy =DD
{
    if(IsPlayerConnected(playerid))
    {
    	SelectTextDraw(playerid, 0xFFAADD00);
    }
    return 1;
}
After this command, you can click on all Textdraws selectable. TextDrawSetSelectable(TextDrawName, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)