22.06.2015, 14:44
You have to separate the fields it's going to update by a comma:
and no need to use ` ` around fields' or table's name and neither ' ' around integers or float; although it's a must in strings.
pawn Код:
"... SET `AdminLevel`=%d, `SavePos`=%d, `SavePosX`=%f, `SavePosY`=%f, `SavePosZ`=%f, ..."