undefined symbol and symbol is assigned a value that is never used
#2

Try to change
pawn Code:
new winning_Team = (( (winningState == 2) &&(winningState != 0)) ? 3 : 2);
to
pawn Code:
new winning_Team = (( (winnerState == 2) &&(winnerState != 0)) ? 3 : 2);
and, the second errors mean, variable winning_Team is never used, try to use it.
Reply


Messages In This Thread
undefined symbol and symbol is assigned a value that is never used - by Proph3t - 11.04.2013, 14:15
Re: undefined symbol and symbol is assigned a value that is never used - by RenovanZ - 11.04.2013, 14:52
Re: undefined symbol and symbol is assigned a value that is never used - by Proph3t - 11.04.2013, 14:54

Forum Jump:


Users browsing this thread: 1 Guest(s)