Quote:
Originally Posted by nmader
I do not believe that the MYSQL_format is any better than regular formatting, it's just less lines of code. Just do a traditional format
pawn Код:
new string[128]; format(string, sizeof(string), "pCash = %d", pInfo[playerid][pCash]); mysql_query(string) //this line isn't exact, it's just to get the point across
|
thats why i made this thread, i don't believe that mysql_format has any better function. and i know that mysql_format has longer syntax than the traditional format.
is there any other different?
btw, your code is wrong(for me. becouse i use mysql_r38 :P).