Register /n - 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: Register /n (
/showthread.php?tid=341995)
Register /n -
otiy - 12.05.2012
Hi. I have a problem. How i make in users/%.ini show this:
no
with /n. please i need help
Re: Register /n -
Flake. - 12.05.2012
pawn Код:
INI_Int("Password",PlayerInfo[playerid][pPass]);
INI_Int("Cash",PlayerInfo[playerid][pCash]);
somthing like that should work.
Re: Register /n -
ReneG - 12.05.2012
Go learn one of the many available systems out there like
y_ini
Re: Register /n -
SuperViper - 12.05.2012
Use \r\n not \n.