21.07.2015, 22:19
When I try to write a string the value of the string stays blank, for example i tried to use this one:
and it's shows me at the file:
PHP код:
new INI:file = INI_Open(pFile(playerid));
INI_WriteString(file,"Password","Test");
INI_Close(file);
PHP код:
Password =