y_ini
#4

Try this :-
pawn Код:
forward loadaccount_Players_Data(playerid, name[], value[]);
public loadaccount_Players_Data(playerid, name[], value[])
{
    INI_String("Name", pInfo[playerid][playername], sizeof(pInfo[playerid][playername]);
    INI_String("Password", pInfo[playerid][Pass], 129);
Код:
INI_String(name[], variable , length );
Because if you don't use Length, you might get Undefined Symbol.
Reply


Messages In This Thread
y_ini - by AroseKhanNiazi - 14.05.2014, 11:37
Re: y_ini - by ]Rafaellos[ - 14.05.2014, 11:44
Re: y_ini - by AroseKhanNiazi - 14.05.2014, 11:47
Re: y_ini - by SAMProductions - 14.05.2014, 11:58
Re: y_ini - by AroseKhanNiazi - 14.05.2014, 12:07
Re: y_ini - by SAMProductions - 14.05.2014, 12:09
Re: y_ini - by AroseKhanNiazi - 14.05.2014, 12:11
Re: y_ini - by Konstantinos - 14.05.2014, 12:19
Re: y_ini - by AroseKhanNiazi - 14.05.2014, 12:24

Forum Jump:


Users browsing this thread: 2 Guest(s)