warning 213: tag mismatch
#7

Код:
warning 219: local variable "count" shadows a variable at a preceding level
PHP код:
stock GetPlayersOnServer()
{
    new 
count//This line
    
for(new x=0xMAX_PLAYERSx++)
    {
        if(
IsPlayerConnected(x))
          {
            
count++;
          }
    }
    return 
count;

EDIT:nvm fixed, just replace the variable name.
Reply


Messages In This Thread
warning 213: tag mismatch - by SpikY_ - 29.12.2015, 11:44
Re: warning 213: tag mismatch - by graef - 29.12.2015, 11:57
Re: warning 213: tag mismatch - by SpikY_ - 29.12.2015, 12:04
Re: warning 213: tag mismatch - by graef - 29.12.2015, 12:10
Re: warning 213: tag mismatch - by SpikY_ - 29.12.2015, 12:20
Re: warning 213: tag mismatch - by graef - 29.12.2015, 12:39
Re: warning 213: tag mismatch - by SpikY_ - 29.12.2015, 12:47

Forum Jump:


Users browsing this thread: 2 Guest(s)