SA-MP Forums Archive
Problem with selectable textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with selectable textdraw (/showthread.php?tid=454045)



Problem with selectable textdraw - verlaj - 27.07.2013

as i am using this

pawn Код:
CreatePlayerTextDraw
it isn't working with

pawn Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(clickedid == TextdrawClassZ)
    {
so is there any other code, which i could use ?


Re: Problem with selectable textdraw - Donvalley - 27.07.2013

all the info you need here:

https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw


Re: Problem with selectable textdraw - JimmyCh - 27.07.2013

OnPlayerClickPlayerTextDraw
This should work

EDIT: As I see from the title, you need SELECTABLE textdraw, you can use this too:
PlayerTextDrawSetSelectable.


Re: Problem with selectable textdraw - verlaj - 27.07.2013

Thank you very much