warning 213: tag mismatch
#6

strval returns an integer, you're trying to store it as a boolean.

pawn Код:
mysql_fetch_field_row(savingstring, "Gender");
switch(strval(savingstring))
{
    case 0: PlayerData[playerid][Gender] = false;
    case 1: PlayerData[playerid][Gender] = true;
}
PlayerData[playerid][Gender] = strval(savingstring);[/pawn]
Reply


Messages In This Thread
warning 213: tag mismatch - by Micius - 31.07.2013, 11:36
Re: warning 213: tag mismatch - by Micius - 31.07.2013, 12:48
Re: warning 213: tag mismatch - by CaveDweller - 31.07.2013, 12:48
Re: warning 213: tag mismatch - by Micius - 31.07.2013, 12:50
Re: warning 213: tag mismatch - by dEcooR - 31.07.2013, 12:55
Re: warning 213: tag mismatch - by CaveDweller - 31.07.2013, 12:58
Re: warning 213: tag mismatch - by dEcooR - 31.07.2013, 13:04
Re: warning 213: tag mismatch - by Micius - 31.07.2013, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)