warning 203: symbol is never used
#10

Okay I have failed, I didn't see that you posted the full code.

To fix all errors, remove line 51, and remove that 'new difference;' in the code.

Fixed:

pawn Код:
forward AntiCash();
public AntiCash()
{
    foreach(Player, i)
    {
        if(GetPlayerMoney(i) != PlayerCash[i])
        {
            ResetPlayerMoney(i);
            GivePlayerMoney(i,PlayerCash[i]);
            return 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread
warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:43
Re : warning 203: symbol is never used - by yusei - 08.02.2013, 20:45
Re: warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:50
Re: Re : warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:51
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:53
Re: warning 203: symbol is never used - by Fiore - 08.02.2013, 20:56
Re: warning 203: symbol is never used - by blackdragon1 - 08.02.2013, 20:57
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 20:59
Re: warning 203: symbol is never used - by Fiore - 08.02.2013, 21:00
Re: warning 203: symbol is never used - by Bicentric - 08.02.2013, 21:02

Forum Jump:


Users browsing this thread: 2 Guest(s)