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=172843)



tag mismatch - ||123|| - 31.08.2010

pawn Код:
if( strcmp( key , "Posx" , true ) == 0 ) { val = ini_GetValue( string ); PlayerInfo[playerid][pPosx] = floatstr( val ); }
What's wrong with this, it says tag mis-match


Re: tag mismatch - Voldemort - 31.08.2010

in enum

do you have Float: pPosx,

?