Registration/Logging system wrong?
#4

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
This should be the same name
PHP код:
forward LoadUser_data(playerid,name[],value[]);
public 
LoadUser_data(playerid,name[],value[])
{
    
INI_Int("Contraseсa",PlayerInfo[playerid][pPassword]);
    
INI_Int("Dinero",PlayerInfo[playerid][pMoney]);
    
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
    
INI_Int("Asesinatos",PlayerInfo[playerid][pKills]);
    
INI_Int("Muertes",PlayerInfo[playerid][pDeaths]);
    return 
1;

PHP код:
    new INI:File INI_Open(UserPath(playerid));
    
INI_SetTag(File,"data");
    
INI_WriteInt(File,"Money",GetPlayerMoney(playerid));
    
INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
    
INI_WriteInt(File,"Kills",PlayerInfo[playerid][pKills]);
    
INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]);
    
INI_Close(File); 
Still not working
Reply


Messages In This Thread
Registration/Logging system wrong? - by MrTostada - 19.11.2016, 03:53
Re: Registration/Logging system wrong? - by Dayrion - 19.11.2016, 05:03
Re: Registration/Logging system wrong? - by itsCody - 19.11.2016, 05:24
Respuesta: Re: Registration/Logging system wrong? - by MrTostada - 19.11.2016, 15:49
Re: Registration/Logging system wrong? - by Dayrion - 19.11.2016, 17:13
Respuesta: Registration/Logging system wrong? - by MrTostada - 19.11.2016, 18:37
Re: Registration/Logging system wrong? - by GoldenLion - 19.11.2016, 19:09
Re: Registration/Logging system wrong? - by AndySedeyn - 19.11.2016, 19:18
Respuesta: Registration/Logging system wrong? - by MrTostada - 19.11.2016, 20:32

Forum Jump:


Users browsing this thread: 2 Guest(s)