11.10.2016, 11:07
I 'kinda got it already. I just need understanding on this
Source: [Include]y_ini
I think this is what I'm looking for.
Source
Quote:
|
Load a single tag for a single player: Код:
forward LoadOneUser_LVDM(playerid, name[], value[]);
public LoadOneUser_LVDM(playerid, name[], value[])
{
}
Код:
INI_ParseFile(playerfile, "LoadOneUser_%s", false, true, playerid); |
I think this is what I'm looking for.
Source

