SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: tag mismatch (/showthread.php?tid=125682)



tag mismatch - kLx - 05.02.2010

pawn Код:
if( Info[ playerid ][ zNarys] == 1 )
    {
      liftas = CreatePlayer3DTextLabel(playerid,"Gali pasinaudoti liftu.\nSpausk [ ENTER ]",COLOR_GREY,260.8998,110.5225,1004.6172,40.0,INVALID_PLAYER_ID, INVALID_VEHICLE_ID,0);
    }
Hi, I'm getting tag mismatch error at this code, what's wrong here?

EDIT: Fixed


Re: tag mismatch - [HiC]TheKiller - 05.02.2010

Make sure liftas has the right tag
pawn Код:
new Text3D:liftas;