SA-MP Forums Archive
y ini question - 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: y ini question (/showthread.php?tid=474139)



y ini question - Riwerry - 06.11.2013

Guys, is possible to make in y_ini file space? for example ini look like this

[Informations]
bla
bla
bla
blabla
[Position]
bla
bla
bla

And i want to make it like this
[Informations]
bla
bla
bla
blabla
//SPACE HERE
[Position]
bla
bla
bla

Thanks


Re: y ini question - Scrillex - 06.11.2013

if you are thinking about saving space then yeah ... just set it blank...
Just an example..
WriteInt("",PlayerInfo[playerid][blabalaalbaa]);
hate this :
pawn Код:
This forum requires that you wait 240 seconds between posts. Please try again in 176 seconds.



Re: y ini question - Riwerry - 07.11.2013

(argument 1) error

I guess so "" can't be blank, any other idea?