Tag mismatch warning on strcmp lines
#2

enum isn't a string. It's a integer.

pawn Код:
enum LOL
{
    let, // Supposed to be 1?
    me, // Supposed to be 2?
    do,
    a,
    little,
    test
}

// Supposing that LetMeDo[playerid][let] = 1; is the same that LetMeDo[playerid][1] = 1;

new LetMeDo[MAX_PLAYERS][LOL];

Now Let, me, do, a, little, test are all INTEGERS.
Reply


Messages In This Thread
Tag mismatch warning on strcmp lines - by zDevon - 26.01.2013, 16:58
Re: Tag mismatch warning on strcmp lines - by arakuta - 26.01.2013, 17:25
Re: Tag mismatch warning on strcmp lines - by zDevon - 26.01.2013, 17:32
Re: Tag mismatch warning on strcmp lines - by Roach_ - 26.01.2013, 17:58
Re: Tag mismatch warning on strcmp lines - by zDevon - 26.01.2013, 18:00
Re: Tag mismatch warning on strcmp lines - by zDevon - 27.01.2013, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)