Posts: 781
Threads: 12
Joined: May 2011
Reputation:
0
For some reason, y_ini seems to be returning my strings as values, or simply creating random assignments of characters. I would save my string into a file, but instead of saving the formatted text as "Test", it would save as "*", "." or "E". Anymore information will be provided.
Posts: 977
Threads: 10
Joined: Apr 2011
Reputation:
0
Post the code where you save the information into the file and we may be able to help.
Posts: 485
Threads: 9
Joined: May 2011
Reputation:
0
Just curious.. in your test command why do you want to set a string to an integer ?
gVar[playerid][Test] = strlen(string);
Making the string equal to the length of the string..