SA-MP Forums Archive
[HELP] Bug 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: [HELP] Bug TextDraw :( (/showthread.php?tid=440746)



[HELP] Bug TextDraw :( - tonisantolia - 31.05.2013

How does one go about that TextDraw clickable only do the action called exactly the same when you click on it? Because when i click too beside her she does the action of the msm way

Sorry my bad english, I'm from Brazil.

pawn Код:
Barra[playerid][1] = CreatePlayerTextDraw(playerid, 98.000000, 434.000000, "~w~GPS");
    PlayerTextDrawBackgroundColor(playerid, Barra[playerid][1], 255);
    PlayerTextDrawFont(playerid, Barra[playerid][1], 2);
    PlayerTextDrawLetterSize(playerid, Barra[playerid][1], 0.180000, 1.000000);
    PlayerTextDrawColor(playerid, Barra[playerid][1], -1);
    PlayerTextDrawSetOutline(playerid, Barra[playerid][1], 0);
    PlayerTextDrawSetProportional(playerid, Barra[playerid][1], 1);
    PlayerTextDrawSetShadow(playerid, Barra[playerid][1], 1);