08.05.2016, 02:05
I've had this problem also. I found that loading it into a temp string then formatting the value from the temp string works. Like this:
pawn Код:
cache_get_field_content(i, "owner", temp_string);
format(businessData[i][bowner], 128, "%s", temp_string);