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: tag mismatch (
/showthread.php?tid=454564)
tag mismatch -
Andriensis - 29.07.2013
new m[24];
GetPlayerName(playerid,m,24);
strreplace(m, '_', ' ');
if(strcmp(VehInfo[c][Proprietario],m,true) == 0) { continue ; }
I got tag mismatch on the last line..
Thanks for the help.
Re: tag mismatch -
Andriensis - 29.07.2013
Solved.. just a capital word problem.