12.06.2015, 19:10
How much values can i use in this Mysql format ?
and will the same work for strings ?
How much variables/strings can i save with once mysql_format ? and can i use both together or is there another way for strings ? what should i set the string size in this i had.
and will the same work for strings ?
pawn Код:
mysql_format(g_SQL, query, sizeof(query), "UPDATE `players` SET `money` = '%d' , `score` = '%d' , `string` = '%s' WHERE `id` = '%d' LIMIT 1", Player[playerid][Money],score,string Player[playerid][ID]);
mysql_tquery(g_SQL, query);
pawn Код:
new query[124]