save score in y_ini?
#3

yes i have this:
PHP код:
public LoadUser_data(playerid,name[],value[])
{
    
INI_Int("Password",PlayerInfo[playerid][pPass]);
    
INI_Int("Cash",PlayerInfo[playerid][pCash]);
    
INI_Int("Score",PlayerInfo[playerid][pScore]);
    
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
    
INI_Int("VIP",PlayerInfo[playerid][pVIP]);
    
INI_Int("Kills",PlayerInfo[playerid][pKills]);
    
INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
    
INI_Int("Locked",PlayerInfo[playerid][pLocked]);
    
INI_Int("Online",PlayerInfo[playerid][pOnline]);
    return 
1;

Reply


Messages In This Thread
save score in y_ini? - by MonkZemun - 13.10.2011, 18:07
Re: save score in y_ini? - by Stefans94 - 13.10.2011, 18:11
Re: save score in y_ini? - by MonkZemun - 13.10.2011, 18:13
Re: save score in y_ini? - by SmiT - 13.10.2011, 18:28
Re: save score in y_ini? - by MonkZemun - 13.10.2011, 18:31
Re: save score in y_ini? - by SmiT - 13.10.2011, 18:54
Re: save score in y_ini? - by MonkZemun - 13.10.2011, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)