21.02.2012, 14:06
I'm sorry for opening old topic, but i have the same problem.
But, when i do this (add parameter "length"):
i have a new error.
and my code/line looks like this:
Edit: When I write it as a String and Load it as an Integer, this doesn't work. If I write this in print function for example, i have a free space, not the string.
Sorry for my bad english.
But, when i do this (add parameter "length"):
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);
Sorry for my bad english.