dini_Get help?
#2

You can't do a format operator (%) without using the actual "format".

You will need to make a string array or something:
pawn Код:
new str[80];
format(str, sizeof(str), "Accounts/%s.ini", playername);
if(dini_Get(file, str))
etc
Reply


Messages In This Thread
dini_Get help? - by Luis- - 04.11.2010, 23:31
Re: dini_Get help? - by Toni - 04.11.2010, 23:34
Re: dini_Get help? - by Luis- - 04.11.2010, 23:37
AW: dini_Get help? - by Littl3j0hNy - 04.11.2010, 23:37

Forum Jump:


Users browsing this thread: 1 Guest(s)