24.07.2012, 12:15
Quote:
I downloaded Y_INI as you guys suggested me but I have a problem. When I try to create a file and write something inside my pawno crashes
Here's the lines where the pawno compiler crashes Код:
new Write[] = "%s.ini"; new INI:fileName = INI_Open(Write); |
pawn Код:
new Write[30];
format(Write,30,"%s.ini",pName);//Change pName to your own variable
new INI:fileName = INI_Open(Write);