29.08.2013, 12:45
Quote:
i have a question related to mysql
what this means: format(query, sizeof(query), "UPDATE `users` SET health = %.1f, X = %.2f, Y = %.2f, Z = %.2f, A = %.2f, interior = %d, vw = %d, skin = %d WHERE `id` = %d", i dont know what this%1f means? and another question what row and field is? |
new Float:asd = 5.123456;
with:
%.1f 5.1
%.2f 5.12
%.4f 5.1234