05.06.2014, 05:42
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;
}