Tag Mismatch
#1

Hi, i have a problem with the following code:

pawn Код:
if(OXJoinEnabled == true)
{          
    OXParticipants ++;
}
It gives me this warning:

Код:
warning 213: tag mismatch
The problem line:
Код:
if(OXJoinEnabled == true)
What is wrong?
Reply
#2

pawn Код:
if(OXJoinEnabled == true)
{
    OXParticipants ++;
}
Reply
#3

Still the same warning.
Reply
#4

Show us the OXJoinEnabled variable(new ....; / how you create it)
Reply
#5

Explain us what you want to do because you're trying to compare nonbolean value with true and increase it, which is not possible.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)