SA-MP Forums Archive
Businesses problem mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Businesses problem mysql (/showthread.php?tid=569298)



Businesses problem mysql - ChroMer - 29.03.2015

So i'm using the IConvinct's South Central Gamemode, and i keep having this problem

--
-- Dumping data for table `businesses`
--

INSERT INTO `businesses` (`bizID`, `bizName`, `bizOwner`, `bizType`, `bizPrice`, `bizPosX`, `bizPosY`, `bizPosZ`, `bizPosA`, `bizIntX`, `bizIntY`, `bizIntZ`, `bizIntA`, `bizInterior`, `bizExterior`, `bizExteriorVW`, `bizLocked`, `bizVault`, `bizProducts`, `bizPrice1`, `bizPrice2`, `bizPrice3`, `bizPrice4`, `bizPrice5`, `bizPrice6`, `bizPrice7`, `bizPrice8`, `bizPrice9`, `bizPrice10`, `bizSpawnX`, `bizSpawnY`, `bizSpawnZ`, `bizSpawnA`, `bizDeliverX`, `bizDeliverY`, `bizDeliverZ`, `bizMessage`, `bizPrice11`, `bizPrice12`, `bizPrice13`, `bizPrice14`, `bizPrice15`, `bizPrice16`, `bizPrice17`, `bizPrice18`, `bizPrice19`, `bizPrice20`, `bizShipment`) VALUES
(16, 'Idlewood Gas Sation', 420, 6, 1, 1929.49, -1776.3, 13.5466, 89.5102, -27.3383, -57.6907, 1003.55, 0, 6, 0, 0, 0, 49300, 1862, 75, 115, 15, 90, 3, 2, 10, 90, 20, 10, 1929.49, -1776.3, 13.5466, 89.5102, 1919.58, -1789.66, 13.3905, 'Welcome to Idlewood Gas Station.', 140, 150, 50, [...]

#1062 - Duplicate entry '16' for key 'PRIMARY'

And i tried to edit the 16 to an another number and it still doesn't work, any help please?