06.07.2018, 14:10
Quote:
Tolls[g][tID] not Tolls[g][gID]
and what is this? pawn Код:
|
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; }