Clicking on the textdraw.
#1

Finally, it's working.
It's changing from color when i hover over the textdraw.
But when i click on it.
It aint doing anything

pawn Код:
if(playertextid == PlayerText:DLexit[playerid]) {
        SetCameraBehindPlayer(playerid);
        PlayerTextDrawShow(playerid, hunger[playerid]);
        PlayerTextDrawShow(playerid, thirst[playerid]);
        PlayerTextDrawHide(playerid, DLbox1[playerid]);
        PlayerTextDrawHide(playerid, DLbox2[playerid]);
        PlayerTextDrawHide(playerid, DLbox3[playerid]);
        PlayerTextDrawHide(playerid, DLmodify[playerid]);
        PlayerTextDrawHide(playerid, DLspeedtest[playerid]);
        PlayerTextDrawHide(playerid, DLcitytest[playerid]);
        PlayerTextDrawHide(playerid, DLpaint[playerid]);
        PlayerTextDrawHide(playerid, DLbuy[playerid]);
        PlayerTextDrawHide(playerid, DLexit[playerid]);
        CancelSelectTextDraw(playerid);
        return 1;
    }
Does anybody know why?

Regards, Faff.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)