13.03.2014, 11:07
Are you sure it's the saving query that is causing the crash?
Also, inside your format function you should change this:
Interior=%f, VirtualWorld=%f
to this:
Interior=%i, VirtualWorld=%i
Both of the variables are not float i belieave.
Also, inside your format function you should change this:
Interior=%f, VirtualWorld=%f
to this:
Interior=%i, VirtualWorld=%i
Both of the variables are not float i belieave.