not writing to userfile (yini)
#3

This is because you are trying to open the playerid in a string (%s).
Код:
format(path, sizeof(path), "/Users/%s.ini", playerid);
You have to replace the playerid in this code with the name of the player OR if you want to use playerid, you need to replace the %s with a %d
Reply


Messages In This Thread
not writing to userfile (yini) - by HenrySunseri - 09.03.2014, 23:39
Re: not writing to userfile (yini) - by HenrySunseri - 10.03.2014, 15:45
AW: not writing to userfile (yini) - by Macronix - 10.03.2014, 15:52
Re: not writing to userfile (yini) - by hEy72 - 10.03.2014, 15:53
Re: AW: not writing to userfile (yini) - by HenrySunseri - 10.03.2014, 16:01
AW: not writing to userfile (yini) - by Macronix - 10.03.2014, 16:03
Re: not writing to userfile (yini) - by Stanford - 10.03.2014, 16:05
Re: not writing to userfile (yini) - by HenrySunseri - 10.03.2014, 16:13
Re: not writing to userfile (yini) - by HenrySunseri - 10.03.2014, 16:16
AW: not writing to userfile (yini) - by Macronix - 10.03.2014, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)