textdraw tag mismatch
#3

Quote:
Originally Posted by fuckingcruse
Посмотреть сообщение
I am getting a tag mismatch idk why.

Код:
new Text:dmarenatd;
dmarenatd = CreatePlayerTextDraw(playerid,2.5 ,211 , "blah"); //error line
thanks.
You are creating player textdraw so it means that you should change that
Код:
new Text:dmarenatd;
To
Код:
new PlayerText:dmarenatd;
Reply


Messages In This Thread
textdraw tag mismatch - by fuckingcruse - 06.04.2016, 04:31
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 04:47
Re: textdraw tag mismatch - by HydraHumza - 06.04.2016, 05:20
Re: textdraw tag mismatch - by fuckingcruse - 06.04.2016, 05:31
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 05:45
Re: textdraw tag mismatch - by jlalt - 06.04.2016, 05:46
Re: textdraw tag mismatch - by fuckingcruse - 06.04.2016, 05:51
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 05:55

Forum Jump:


Users browsing this thread: 3 Guest(s)