14.05.2014, 11:37
Код:
forward loadaccount_Players_Data(playerid, name[], value[]);
public loadaccount_Players_Data(playerid, name[], value[])
{
INI_String("Name", pInfo[playerid][playername]);
INI_String("Password", pInfo[playerid][Pass],129);


