10.11.2014, 13:50
If I'm not wrong, INI loads these variables into an enum (which we use as "PlayerInfo[playerid][pEnum]"). When you want to load from someone's file, you just have to use PlayerInfo[playerid][pEnum], and it is going to use that variable.
Note, you have to replace pEnum with your own variable.
Note, you have to replace pEnum with your own variable.