Vehicles not loading correctly (Threaded MySQL)
#2

I hope you did comment these line on purpose for the sake of displaying the script?
pawn Код:
//mysql_query( "SELECT id, VehModel,VehOwner, VehColour1, VehColour2, VehPlate, VehSpawnX, VehSpawnY, VehSpawnZ, VehSpawnAngle, VehFuel, VehCash,VehWep1,VehWepA1,VehWep2,VehWepA2, VehArmour,VehFaction,VehFRank, VehOwned, VehFactioned, VehWeed, VehCoke, VehBizID, VehForSale,VehPrice FROM vehicles");
//mysql_store_result();
Also, instead of grabbing every column with
pawn Код:
SELECT id, VehModel,VehOwner, VehColour1, VehColour2
Why aren't you loading everything from the database with
pawn Код:
SELECT * FROM `vehicles`
Reply


Messages In This Thread
Vehicles not loading correctly (Threaded MySQL) - by Dokins - 30.03.2016, 22:46
Re: Vehicles not loading correctly (Threaded MySQL) - by introzen - 30.03.2016, 23:02
Re: Vehicles not loading correctly (Threaded MySQL) - by Dokins - 30.03.2016, 23:06

Forum Jump:


Users browsing this thread: 1 Guest(s)