Underscores
#3

Well, if that's the case, this is what I'm currently using to save/update data:
pawn Код:
new query[128];
format(query, sizeof(query), "UPDATE dealerships SET owner='%s' WHERE id='%d'", Dealership[i][dOwner], i);
mysql_query(query);
Any thought on this?
Reply


Messages In This Thread
Underscores - by Skribblez - 27.04.2012, 00:24
Respuesta: Underscores - by admantis - 27.04.2012, 00:36
Re: Underscores - by Skribblez - 27.04.2012, 00:41

Forum Jump:


Users browsing this thread: 1 Guest(s)