Vehicle doesn't get put in the database correctly
#3

Код:
format(query,sizeof(query),"INSERT INTO vehicles(owner,model,x,y,z,a) VALUES ('%s','%i','%f','%f','%f',
try making it into this:
Код:
format(query,sizeof(query),"INSERT INTO 'vehicles' (owner,model,x,y,z,a) VALUES ('%s','%i','%f','%f','%f',
Or combine my solution with the one above this command. Good luck!
Reply


Messages In This Thread
Vehicle doesn't get put in the database correctly - by justjamie - 30.05.2016, 09:13
Re: Vehicle doesn't get put in the database correctly - by saffierr - 30.05.2016, 10:57
Re: Vehicle doesn't get put in the database correctly - by Deroxi - 30.05.2016, 11:02
Re: Vehicle doesn't get put in the database correctly - by justjamie - 30.05.2016, 11:35

Forum Jump:


Users browsing this thread: 1 Guest(s)