INI_String problem - 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_String problem (
/showthread.php?tid=320800)
INI_String problem -
]mxco[ - 24.02.2012
Hello, i have a problem.
I found old topic about this problem, and did what was there.(not working)(add parameter "length")(some other help topic):
I'm using Y_INI from ******
Quote:
Originally Posted by HuSs3n
it does
Код:
INI_String(name[], variable , length );
if you dont use length
you will get Undefined symbol: "INI_String"
|
i have a new error.
Код:
...(685) : error 001: expected token: ")", but found "["
...(685) : warning 215: expression has no effect
...(685) : error 001: expected token: ";", but found "]"
...(685) : error 029: invalid expression, assumed zero
...(685) : fatal error 107: too many error messages on one line
and my code/line looks like this:
Код:
INI_String("Password",PlayerInfo[playerid][pPass],100);
__________________________________________________ _____________________________________________
When I write it as a String and Load it as an Integer, it doesn't work. If I write this in
SendClientMessage function for example, i have a free space, not the string. (inputtext: in dialog; soubor: reading from file) See in picture:
Nothing work.
URL to old topics:
(
https://sampforum.blast.hk/showthread.php?tid=272904)
(
http://forum.sa-mp.com/showthread.ph...61#post1690061)
I'm sorry for my bad english. I hope you understand.