19.04.2016, 16:40
Yes jlat told it already that should solve your problem.
Without any code. I can merely guess.
Yes, you're creating duplicate columns each time you save a player's vehicle. This is wrong.
If the player has already purchased the vehicle and does some modification or changes in it, use UPDATE statement. Or if there's new entry in the table. that is - a player which has no vehicle purchased a vehicle, use INSERT INTO.
Without any code. I can merely guess.
Yes, you're creating duplicate columns each time you save a player's vehicle. This is wrong.
If the player has already purchased the vehicle and does some modification or changes in it, use UPDATE statement. Or if there's new entry in the table. that is - a player which has no vehicle purchased a vehicle, use INSERT INTO.