[HELP] Y_ini creates multiple lines! - 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: [HELP] Y_ini creates multiple lines! (
/showthread.php?tid=634807)
[HELP] Y_ini creates multiple lines! -
Charly123 - 26.05.2017
Hello.. I have problem with y_ini. When i login for the first time, everything is okay. But every next login Y_ini copies some of few lines and paste them.
Screen:
http://imgur.com/a/dNlPd
SORRY for language. I am creating my GM. But you can see that these lines are already written up above.
Please help
Re: [HELP] Y_ini creates multiple lines! -
Vince - 26.05.2017
Don't use spaces or special characters.
Re: [HELP] Y_ini creates multiple lines! -
Charly123 - 26.05.2017
Код:
INI_Int("Dozvola za auto",PlayerInfo[playerid][pDozvolaA]);
You think something like this?
Re: [HELP] Y_ini creates multiple lines! -
Deroxi - 26.05.2017
Maybe use: _
So: Dozvola_za_auto
Re: [HELP] Y_ini creates multiple lines! -
Charly123 - 26.05.2017
Quote:
Originally Posted by Vince
Don't use spaces or special characters.
|
Quote:
Originally Posted by Deroxi
Maybe use: _
So: Dozvola_za_auto
|
Thank you guys! This worked!