warning 213: tag mismatch
#4

Quote:
Originally Posted by Calisthenics
Посмотреть сообщение
Tolls[g][tID] not Tolls[g][gID]

and what is this?
pawn Код:
FloatpenX, FloatpenY, FloatpenZ
Float: openX, Float: openY, Float: openZ
THnaks +rep












this is with the same warnings, but unsure of this
Код:
AddToPayCheck(playerid, amount)
{
	Warning 213:tagMismatch : PlayerTemp[playerid][jobpay] += amount;
	
	new iQuery[250];
	mysql_format(MySQLPipeline, iQuery, sizeof(iQuery), "UPDATE `PlayerInfo` SET `JobPay` = `JobPay` + %d WHERE `PlayerName` = '%e'", amount, PlayerName(playerid));
	mysql_pquery(MySQLPipeline, iQuery);
    /*if(PlayerTemp[playerid][jobpay] >= 10000)
    {
		SaveAccount(playerid);
    }*/
	return 1;
}
Reply


Messages In This Thread
warning 213: tag mismatch - by SlayerHodge - 06.07.2018, 11:22
Re: warning 213: tag mismatch - by Calisthenics - 06.07.2018, 11:30
Re: warning 213: tag mismatch - by SlayerHodge - 06.07.2018, 14:02
Re: warning 213: tag mismatch - by SlayerHodge - 06.07.2018, 14:10
Re: warning 213: tag mismatch - by Calisthenics - 06.07.2018, 15:20

Forum Jump:


Users browsing this thread: 1 Guest(s)