SA-MP Forums Archive
ini file - 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 (/showthread.php?tid=600519)



ini file - GeneralAref - 09.02.2016

hi again i have this in .ini file:

Код:
member=\nx\ny\nz\nf\nv
how to remove \ny?


Re: ini file - K0P - 09.02.2016

Quote:
Originally Posted by GeneralAref
Посмотреть сообщение
hi again i have this in .ini file:

Код:
member=\nx\ny\nz\nf\nv
how to remove \ny?
Код:
member=\nx\nz\nf\nv



Re: ini file - GeneralAref - 09.02.2016

cool I mean with code.