24.02.2012, 16:59
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 ******
i have a new error.
and my code/line looks like this:
__________________________________________________ _____________________________________________
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.
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:
it does
Код:
INI_String(name[], variable , length ); you will get Undefined symbol: "INI_String" |
Код:
...(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
Код:
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.