Textdraw problem[REP]
#4

Quote:
Originally Posted by Schneider
Посмотреть сообщение
Use PlayerTextDrawShow instead of TextDrawShowForPlayer to show PlayerTextdraws
Thanx,but now I have this problem:

Код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(clickedid == Textdraw4[playerid]) //this
    {
//TS3
    }
    if(clickedid == Textdraw2[playerid])
    {
//Login
    }
        if(clickedid == Textdraw1[playerid])
    {
//TS
    }
    return 1;
}
Код:
warning 213: tag mismatch
+REP
Reply


Messages In This Thread
Textdraw problem[REP] - by Kruno88 - 15.01.2015, 14:21
Re: Textdraw problem[REP] - by Schneider - 15.01.2015, 14:26
Respuesta: Textdraw problem[REP] - by JuanStone - 15.01.2015, 14:29
Re: Textdraw problem[REP] - by Kruno88 - 15.01.2015, 14:36
Re: Textdraw problem[REP] - by Schneider - 15.01.2015, 14:55
Re: Textdraw problem[REP] - by Kruno88 - 15.01.2015, 15:07
Re: Textdraw problem[REP] - by Schneider - 15.01.2015, 15:12
Re: Textdraw problem[REP] - by Kruno88 - 15.01.2015, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)