tag mismatch (warning 213). - 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 (warning 213). (
/showthread.php?tid=624444)
tag mismatch (warning 213). -
SukMathcuck - 16.12.2016
Hello, I have a problem, why are you showing this error?
Код:
\gamemode RP\gamemodes\gamemode2.pwn(787) : warning 213: tag mismatch
PHP код:
static stock AdmMensagem(cor, const string[], nivel)
{
foreach(Player, i)
{
if(PlayerData[i][pAdmin] >= nivel) SendClientMessage(i, cor, string); //tag mismatch
}
printf("%s", string);
return 1;
}
Re: tag mismatch (warning 213). -
Runn3R - 16.12.2016
foreach (new i : Player)
Re: tag mismatch (warning 213). -
SukMathcuck - 16.12.2016
The error continues ..
Re: tag mismatch (warning 213). - iLearner - 16.12.2016
Line 787?
Re: tag mismatch (warning 213). -
Runn3R - 16.12.2016
This PlayerData[i][pAdmin] is wrong then.
Or you have an warning somewhere else cause it's compiling fine for me.
Re: tag mismatch (warning 213). -
SukMathcuck - 16.12.2016
Resolved, topic closed!
Re: tag mismatch (warning 213). -
Hansrutger - 17.12.2016
Please also state what's wrong so others can learn, or well we can at least pretend they do.