31.07.2013, 01:54
I think images and code speak by themselves.
(It's a dialog showing a list of possibile options. "Lavori" means "Jobs" in Italian)
I'm not getting it. Why does the point mess up this string formatting?
(It's a dialog showing a list of possibile options. "Lavori" means "Jobs" in Italian)
pawn Код:
if(response)
{
print(inputtext);
format(string, sizeof(string), "Guide/%s.info", inputtext);
print(string);
...
I'm not getting it. Why does the point mess up this string formatting?