11.05.2014, 09:49
Quote:
C:\Users\Zac\Desktop\SA-MP\gamemodes\mysql.pwn(760 -- 761) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |
pawn Код:
format(query, sizeof(query), "INSERT INTO `Houses` (ID, Owner, Owned, OwnerID, EnPosX, EnPosY, EnPosZ, \
Interior, World, Pickup, Price, Locked, StreetName, LabelID) \
ERROR STARTS HERE > VALUES('%i', The State, 1, 499, '%f', '%f', '%f', 0, '%d', 1273, 500000, 1, Default, '%d')",
HouseID, x, y, z, g_HouseInfo[HouseID][hWorld], g_HouseInfo[HouseID][hLabel]);