08.01.2015, 01:28 
	
	
	
		Hello Guys 
im Use y_ini
My Problems im off
and my in Data
and wanted 
When im Back To Join And Login After That i Dont Have The 2 Score And 6 Wanted Why
im in Server > im goto see in my data i see
why its not load ?
please help +rep
	
	
	
	

im Use y_ini
My Problems im off
and my in Data
Quote:
| 
			 Score = 2  | 
Quote:
| 
			 Wanted = 6  | 
im in Server > im goto see in my data i see
Quote:
| 
			 Score = 2  | 
Quote:
| 
			 Wanted = 6  | 
PHP код:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
    INI_Int("Score",PlayerInfo[playerid][pScore]);
    INI_Int("Wanted",PlayerInfo[playerid][pWanted]);
    return 1;
} 

