.ini file gets messed up. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: .ini file gets messed up. (
/showthread.php?tid=636753)
.ini file gets messed up. -
Ramboi - 03.07.2017
First of all, I'm new at scripting and I'm just trying to start out by editing a buggy gamemode, I was able to solve some bugs and such but I can't seem to find the problem with this one...
Basically, after a player registers all of his stats in the ini file gets messed up and it's hard to find his age, name, adminlevel and so on.
Screenshot:
Re: .ini file gets messed up. -
Vince - 03.07.2017
Use another text editor and chances are it will display just fine. Normal Windows Notepad only recognizes a line break as \r\n (carriage return, line break) while most editors just recognize \n (line break).
Re: .ini file gets messed up. -
Ramboi - 03.07.2017
Thank you!