19.04.2016, 17:21
Quote:
How exactly are we suppose to help you if you don't show us the query that creates the problem?
Also you could have used all this time doing research and try to figure out where is the problem instead of waiting for answers and doing nothing. |
Quote:
Do not use MySQL if you are a "noob" on it. Start with learning the basics in side scripts outside your gamemode, then start developing the real gamemode using mysql.
|
Quote:
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. |