Yup, another "tag mismatch" thread.
#1

Brief: "variable" is a variable the player can input to the stock, getting a tag mismatch on the line with "variable." If you could explain why this doesn't work, that'd be great.

pawn Код:
stock GetGeoString(playerid, variable)
{
    new str[12];
    if(GC[playerid][variable] == 1){str = "FOUND!";}
    else {str = "Not Found";}
    return str;
}
Reply


Messages In This Thread
Yup, another "tag mismatch" thread. - by Aerotactics - 05.06.2014, 05:42
Re: Yup, another "tag mismatch" thread. - by BroZeus - 05.06.2014, 05:50
Re: Yup, another "tag mismatch" thread. - by Aerotactics - 05.06.2014, 06:15
Re: Yup, another "tag mismatch" thread. - by Aerotactics - 05.06.2014, 09:35
Re: Yup, another "tag mismatch" thread. - by Aerotactics - 05.06.2014, 11:03
Re: Yup, another "tag mismatch" thread. - by s0nic - 05.06.2014, 21:20
Re: Yup, another "tag mismatch" thread. - by Aerotactics - 06.06.2014, 02:27

Forum Jump:


Users browsing this thread: 2 Guest(s)