Do not load Y_INI value?
#2

Well, try this:
PHP код:
//Loading conta:  
public Load_user(playeridname[], value[]){  
new 
INI:file INI_Open(User(playerid));  
INI_Int("Senha"Info[playerid][SenhaX]);    
INI_SetTag(file"data");
INI_Close(file);  
return 
1;  
}  
// Creating Conta  
public Create(playerid){  
new 
INI:file INI_Open(User(playerid));
INI_SetTag(file"data");   
INI_WriteInt(file"Senha"0000); 
INI_Close(file);  
INI_ParseFile(User(playerid),"Load_%s", .bExtra true, .extra playerid);  
return 
1;  

Reply


Messages In This Thread
Do not load Y_INI value? - by DevilAgain - 13.03.2015, 15:41
Re: Do not load Y_INI value? - by ATGOggy - 13.03.2015, 15:43
Re: Do not load Y_INI value? - by DevilAgain - 13.03.2015, 21:34
Respuesta: Do not load Y_INI value? - by JuanStone - 13.03.2015, 21:41
Re: Do not load Y_INI value? - by DevilAgain - 13.03.2015, 21:48
Respuesta: Do not load Y_INI value? - by JuanStone - 13.03.2015, 22:03
Re: Do not load Y_INI value? - by DevilAgain - 13.03.2015, 22:28
Re: Do not load Y_INI value? - by DevilAgain - 14.03.2015, 17:52
Re: Do not load Y_INI value? - by DevilAgain - 14.03.2015, 22:48

Forum Jump:


Users browsing this thread: 1 Guest(s)