Код:
INI_String("MyVariable", PlayerInfo[playerid][String], sizeof(PlayerInfo[playerid][String]));
You need the name of the 'thingy' that it's stored under in the file, the thing you want it to save it to, then the size of the string. It has an extra parameter compared to INI_Int.