TDEditor, warning 213: tag mismatch, PlayerTextDraw
#2

remove that first playerid after these ( brackets.
So instead of this
PHP код:
PlayerTextDrawSetShadow(playeridTDEditor_PTD[playerid][1], 1); 
Write this
PHP код:
PlayerTextDrawSetShadow(TDEditor_PTD[playerid][1], 1); 
And put them OnGameModeInit and OnPlayerSpawn type
PHP код:
TextDrawShowForPlayer(playerid, *textdraw name*); 
Reply


Messages In This Thread
TDEditor, warning 213: tag mismatch, PlayerTextDraw - by MarllonGTA - 03.06.2016, 05:58
Re: TDEditor, warning 213: tag mismatch, PlayerTextDraw - by Micko123 - 03.06.2016, 06:46

Forum Jump:


Users browsing this thread: 1 Guest(s)