Name change wrong (INI problem!)
#2

Try this
pawn Код:
//Change this
INI_WriteString(File, "Name", FactionInfo[id][fName]);
//to this
new name[24];
GetPlayerName(id,name,24);
INI_WriteString(File, "Name", name);
Reply


Messages In This Thread
Name change wrong (INI problem!) - by Devix - 20.09.2012, 13:01
Re: Name change wrong (INI problem!) - by newbienoob - 20.09.2012, 13:19
Re: Name change wrong (INI problem!) - by Devix - 20.09.2012, 13:33
Re: Name change wrong (INI problem!) - by Devix - 21.09.2012, 07:18

Forum Jump:


Users browsing this thread: 1 Guest(s)