tag mismatch (warning 213).
#1

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(
Playeri)
    {
        if(
PlayerData[i][pAdmin] >= nivelSendClientMessage(icorstring); //tag mismatch
    
}
    
printf("%s"string);
    return 
1;

Reply
#2

foreach (new i : Player)
Reply
#3

The error continues ..
Reply
#4

Line 787?
Reply
#5

This PlayerData[i][pAdmin] is wrong then.

Or you have an warning somewhere else cause it's compiling fine for me.
Reply
#6

Resolved, topic closed!
Reply
#7

Please also state what's wrong so others can learn, or well we can at least pretend they do.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)