warning 213: tag mismatch
#1

resolved
Reply
#2

Can you write the error line
Reply
#3

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
Can you write the error line
Errors are on the last section of code
Reply
#4

PlayerTextDrawDestroy is for PlayerTexts while TextDrawDestroy is for global Texts. you have to use PlayerTextDrawDestroy(playerid,Textdraw1[playerid]); and so on
Reply
#5

Quote:
Originally Posted by Kwashiorkor
Посмотреть сообщение
PlayerTextDrawDestroy is for PlayerTexts while TextDrawDestroy is for global Texts. you have to use PlayerTextDrawDestroy(playerid,Textdraw1[playerid]); and so on
Thanks!!
Reply
#6

Or you could:

PHP код:
foreach(new playeridPlayer)
{
       
Here goes the textdraws

Reply
#7

Use playertextdrawdestroy(playerid, textdraw[playerid]);
edit: late.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)