SA-MP Forums Archive
[HELP ME] Warning 213: tag mismatch - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP ME] Warning 213: tag mismatch (/showthread.php?tid=663853)



[HELP ME] Warning 213: tag mismatch - FacuScript - 13.02.2019

PHP код:
C:\Users\facu\Music\servidor vz actualizado\server samp\gamemodes\VZRP.pwn(29249) : warning 213tag mismatch
C
:\Users\facu\Music\servidor vz actualizado\server samp\gamemodes\VZRP.pwn(29250) : warning 213tag mismatch
C
:\Users\facu\Music\servidor vz actualizado\server samp\gamemodes\VZRP.pwn(29251) : warning 213tag mismatch
C
:\Users\facu\Music\servidor vz actualizado\server samp\gamemodes\VZRP.pwn(29252) : warning 213tag mismatch 
lines

PHP код:
public OnPlayerConnect(playerid)
{
  
    
TextDrawShowForPlayer(playeridmarveltw[playerid][0]);
    
TextDrawShowForPlayer(playeridmarveltw[playerid][1]);
    
TextDrawShowForPlayer(playeridmarveltw[playerid][2]);
    
TextDrawShowForPlayer(playeridmarveltw[playerid][3]); 



Re: [HELP ME] Warning 213: tag mismatch - Proxus - 13.02.2019

Have you defined your textdraw as Text:Name?


Re: [HELP ME] Warning 213: tag mismatch - ComDuck - 13.02.2019

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer

What is marveltw[playerid][0/1/2/3] defined as?


Re: [HELP ME] Warning 213: tag mismatch - d3Pedro - 13.02.2019

That's probably not a global textdraw so use PlayerTextDrawShow instead TextDrawShowForPlayer